aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorentin Noël <corentin.noel@collabora.com>2022-11-23 14:19:51 +0100
committerCorentin Noël <corentin.noel@collabora.com>2022-11-23 14:20:29 +0100
commit228ae86d59463f67e5449ed8f7634e41dd834ac4 (patch)
treee6e5012ba0f7dc6a76a640c2177f1bdb4ab5c4ad
parentb15ac6f9cbcd64c47015d745c3124fd66fb9bc72 (diff)
downloadvirglrenderer-228ae86d59463f67e5449ed8f7634e41dd834ac4.tar.gz
ci: Mesa upstream now uses zstd
Update the test script to retrieve and extract a zstd compressed file. Signed-off-by: Corentin Noël <corentin.noel@collabora.com> Part-of: <https://gitlab.freedesktop.org/virgl/virglrenderer/-/merge_requests/988>
-rwxr-xr-x.gitlab-ci/container/debian/x86_test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci/container/debian/x86_test.sh b/.gitlab-ci/container/debian/x86_test.sh
index f7d5fa21..01488b8a 100755
--- a/.gitlab-ci/container/debian/x86_test.sh
+++ b/.gitlab-ci/container/debian/x86_test.sh
@@ -7,9 +7,9 @@ mkdir -p ${MESA_CI_PROJECT_DIR}
cd ${MESA_CI_PROJECT_DIR}
# Deploy Mesa CI artifacts
-MESA_CI_ARTIFACTS_URL="https://${STORAGE_HOST}/artifacts/${MESA_PROJECT_PATH}/${MESA_PIPELINE_ID}/mesa-amd64.tar.gz"
+MESA_CI_ARTIFACTS_URL="https://${STORAGE_HOST}/artifacts/${MESA_PROJECT_PATH}/${MESA_PIPELINE_ID}/mesa-amd64.tar.zst"
if wget -q --method=HEAD ${MESA_CI_ARTIFACTS_URL}; then
- wget -S --progress=dot:giga -O- ${MESA_CI_ARTIFACTS_URL} | tar -xvz
+ wget -S --progress=dot:giga -O- ${MESA_CI_ARTIFACTS_URL} | tar -xv --zstd
else
echo -e "\e[31mThe Mesa artifacts has expired, please update to newer Mesa pipeline!\e[0m"
apt-get update && apt-get -y install jq