ci: use fake ID from crashpad
This commit is contained in:
@@ -85,8 +85,10 @@ jobs:
|
||||
|
||||
# Dump Crashpad symbols
|
||||
dump_syms app/olive-editor > olive-editor.sym
|
||||
SYM_HEADER=($(head -n 1 olive-editor.sym)) # Read first line of symbol file
|
||||
SYM_DIR=appdir/usr/share/olive-editor/symbols/olive-editor/${SYM_HEADER[3]}
|
||||
#SYM_HEADER=($(head -n 1 olive-editor.sym)) # Read first line of symbol file
|
||||
#SYM_DIR=appdir/usr/share/olive-editor/symbols/olive-editor/${SYM_HEADER[3]}
|
||||
# HACK: For some reason, minidump_stackwalk reads identifier as all 0s
|
||||
SYM_DIR=appdir/usr/share/olive-editor/symbols/olive-editor/000000000000000000000000000000000
|
||||
mkdir -p "$SYM_DIR"
|
||||
mv olive-editor.sym "$SYM_DIR"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user