mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-22 09:40:40 +02:00
ci/android: Don't delete ninja after building LLVM
Ninja was already included in the android_build container, so there's no need to put it in the Ephemeral packages, which only meant that it was removed at the end of the LLVM build. Also, add the usual image tag header at the top of build-android-x86_64-llvm.sh. Signed-off-by: Valentine Burley <valentine.burley@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34180>
This commit is contained in:
parent
a564415c44
commit
3053d822b2
1 changed files with 6 additions and 2 deletions
|
|
@ -1,5 +1,10 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# When changing this file, you need to bump the following
|
||||
# .gitlab-ci/image-tags.yml and .gitlab-ci/container/gitlab-ci.yml tags:
|
||||
# DEBIAN_BUILD_TAG
|
||||
# ANDROID_LLVM_ARTIFACT_NAME
|
||||
|
||||
set -exu
|
||||
|
||||
# If CI vars are not set, assign an empty value, this prevents -u to fail
|
||||
|
|
@ -34,9 +39,8 @@ if curl -s -o /dev/null -I -L -f --retry 4 --retry-delay 15 "https://${S3_HOST}/
|
|||
exit
|
||||
fi
|
||||
|
||||
# Install some dependencies needed to build LLVM
|
||||
# Ephemeral packages (installed for this script and removed again at the end)
|
||||
EPHEMERAL=(
|
||||
ninja-build
|
||||
unzip
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue