From 324a4e47fdf975a389846789a463296d120580bf Mon Sep 17 00:00:00 2001 From: liuxueli Date: Wed, 6 Sep 2023 13:58:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=B8=8A=E4=BC=A0debuginfo?= =?UTF-8?q?=E5=88=B0sentry=E7=9A=84=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ci/travis.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ci/travis.sh b/ci/travis.sh index 26f20ba..49c43b8 100644 --- a/ci/travis.sh +++ b/ci/travis.sh @@ -63,10 +63,3 @@ if [ -n "${UPLOAD_RPM}" ]; then cp ~/rpm_upload_tools.py ./ python3 rpm_upload_tools.py ${PULP3_REPO_NAME} ${PULP3_DIST_NAME} *.rpm fi - -if [ -n "${UPLOAD_SYMBOL_FILES}" ]; then - rpm -i $SYMBOL_TARGET*debuginfo*.rpm - _symbol_file=`find /usr/lib/debug/ -name "$SYMBOL_TARGET*.so*.debug"` - cp $_symbol_file ${_symbol_file}info.${CI_COMMIT_SHORT_SHA} - sentry-cli upload-dif -t elf ${_symbol_file}info.${CI_COMMIT_SHORT_SHA} -fi