mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-19 20:50:44 +01:00
ci/build: use !reference to build scripts instead of yaml anchors
Needed for the next commit Signed-off-by: Eric Engestrom <eric@igalia.com> Reviewed-by: Sergi Blanch-Torne <sergi.blanch.torne@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35427>
This commit is contained in:
parent
a166d7609f
commit
ff6925c34b
1 changed files with 4 additions and 5 deletions
|
|
@ -302,7 +302,7 @@ debian-release:
|
|||
BUILDTYPE: "release"
|
||||
S3_ARTIFACT_NAME: "mesa-x86_64-default-${BUILDTYPE}"
|
||||
script:
|
||||
- *meson-build
|
||||
- !reference [.meson-build-only, script]
|
||||
- 'if [ -n "$MESA_CI_PERFORMANCE_ENABLED" ]; then .gitlab-ci/prepare-artifacts.sh; fi'
|
||||
|
||||
alpine-build-testing:
|
||||
|
|
@ -451,8 +451,7 @@ debian-android:
|
|||
- export GALLIUM_DRIVERS=iris,radeonsi,softpipe,virgl,zink
|
||||
- export VULKAN_DRIVERS=amd,intel,swrast,virtio
|
||||
- .gitlab-ci/create-llvm-meson-wrap-file.sh
|
||||
- *meson-build
|
||||
- .gitlab-ci/prepare-artifacts.sh
|
||||
- !reference [.meson-build-for-tests, script]
|
||||
# remove all the files created by the previous build before the next build
|
||||
- git clean -dxf .
|
||||
# aarch64 build:
|
||||
|
|
@ -462,7 +461,7 @@ debian-android:
|
|||
- export CROSS=aarch64-linux-android
|
||||
- export GALLIUM_DRIVERS=etnaviv,freedreno,lima,panfrost,vc4,v3d
|
||||
- export VULKAN_DRIVERS=freedreno,broadcom,virtio
|
||||
- *meson-build
|
||||
- !reference [.meson-build-only, script]
|
||||
|
||||
.meson-cross:
|
||||
extends:
|
||||
|
|
@ -639,7 +638,7 @@ debian-arm64-release:
|
|||
-Wno-error=stringop-overread
|
||||
-Wno-error=deprecated-declarations
|
||||
script:
|
||||
- *meson-build
|
||||
- !reference [.meson-build-only, script]
|
||||
- 'if [ -n "$MESA_CI_PERFORMANCE_ENABLED" ]; then .gitlab-ci/prepare-artifacts.sh; fi'
|
||||
|
||||
debian-no-libdrm:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue