From 36aa0bd964dd4baadb42dac42b44bd5d80898d8d Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Thu, 27 Mar 2025 14:13:11 +0100 Subject: [PATCH] ci/android: strip the artifacts of the debian-android job The libraries built in the `debian-android` job are not stripped because the job defines `ARTIFACTS_DEBUG_SYMBOLS: 1`. However this is not strictly necessary for testing purposes, so stop defining `ARTIFACTS_DEBUG_SYMBOLS` to reduce the size of the artifacts. Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/12879 Part-of: --- .gitlab-ci/build/gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci/build/gitlab-ci.yml b/.gitlab-ci/build/gitlab-ci.yml index b720eb14bed..3517556d2a5 100644 --- a/.gitlab-ci/build/gitlab-ci.yml +++ b/.gitlab-ci/build/gitlab-ci.yml @@ -419,7 +419,6 @@ debian-android: -D install-mesa-clc=true -D precomp-compiler=enabled -D install-precomp-compiler=true - ARTIFACTS_DEBUG_SYMBOLS: 1 S3_ARTIFACT_NAME: mesa-x86_64-android-${BUILDTYPE} script: # x86_64 build: