ci/android: Quieten extracting Mesa artifacts
Signed-off-by: Valentine Burley <valentine.burley@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39197>
This commit is contained in:
parent
5e27c8c112
commit
195ba837e2
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue