From 195ba837e268872b2d10fd81c87348dbbf3df290 Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Tue, 6 Jan 2026 11:00:20 +0100 Subject: [PATCH] ci/android: Quieten extracting Mesa artifacts Signed-off-by: Valentine Burley Part-of: --- .gitlab-ci/cuttlefish-runner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/cuttlefish-runner.sh b/.gitlab-ci/cuttlefish-runner.sh index 39e80aa58f9..8137903cb24 100755 --- a/.gitlab-ci/cuttlefish-runner.sh +++ b/.gitlab-ci/cuttlefish-runner.sh @@ -80,7 +80,7 @@ popd # download Android Mesa from S3 curl-with-retry -O "${FDO_HTTP_CACHE_URI:-}https://${PIPELINE_ARTIFACTS_BASE}/${S3_ANDROID_ARTIFACT_NAME}.tar.zst" mkdir /mesa-android -tar -C /mesa-android -xvf ${S3_ANDROID_ARTIFACT_NAME}.tar.zst +tar -C /mesa-android -xf ${S3_ANDROID_ARTIFACT_NAME}.tar.zst # shellcheck disable=SC2034 # used externally INSTALL="/mesa-android/install"