From 49c6e3061159adaa9f6e360a1e5efa9060ab366e Mon Sep 17 00:00:00 2001 From: Emma Anholt Date: Tue, 13 Dec 2022 10:39:40 -0800 Subject: [PATCH] ci/bare-metal: Avoid a bug in armhf stripping causing tempfiles in artifacts. We're failing to strip, so at least try not to leave a million tempfiles around. Part-of: --- .gitlab-ci/build/gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci/build/gitlab-ci.yml b/.gitlab-ci/build/gitlab-ci.yml index fbb0bc81737..1b2c7c11b2c 100644 --- a/.gitlab-ci/build/gitlab-ci.yml +++ b/.gitlab-ci/build/gitlab-ci.yml @@ -394,6 +394,9 @@ debian-armhf: -D llvm=disabled -D valgrind=false MINIO_ARTIFACT_NAME: mesa-armhf + # The strip command segfaults, failing to strip the binary and leaving + # tempfiles in our artifacts. + ARTIFACTS_DEBUG_SYMBOLS: 1 script: - .gitlab-ci/meson/build.sh - .gitlab-ci/prepare-artifacts.sh