#159 修改CI脚本,收集RPM打包后生成的调试符号。
This commit is contained in:
@@ -51,5 +51,7 @@ if [ -n "${PACKAGE}" ]; then
|
||||
fi
|
||||
|
||||
if [ -n "${UPLOAD_SYMBOL_FILES}" ]; then
|
||||
sentry-cli upload-dif -t elf platform/tfe*
|
||||
rpm -i tfe*debuginfo*.rpm
|
||||
cp /usr/lib/debug/opt/tsg/tfe/bin/tfe.debug /tmp/tfe.debuginfo.${CI_COMMIT_SHORT_SHA}
|
||||
sentry-cli upload-dif -t elf /tmp/tfe.debuginfo.${CI_COMMIT_SHORT_SHA}
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user