ci: Create debian-arm64-release job
To be able to upload the mesa's release build for arm64 to S3 and use it in performance jobs. Signed-off-by: Guilherme Gallo <guilherme.gallo@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21492>
This commit is contained in:
committed by
Marge Bot
parent
c65eb88f0b
commit
2fcd6df107
@@ -460,6 +460,15 @@ debian-arm64-build-test:
|
||||
script:
|
||||
- .gitlab-ci/meson/build.sh
|
||||
|
||||
debian-arm64-release:
|
||||
extends:
|
||||
- debian-arm64
|
||||
variables:
|
||||
MINIO_ARTIFACT_NAME: mesa-arm64-rel
|
||||
BUILDTYPE: "release"
|
||||
C_ARGS: >
|
||||
-Wno-error=stringop-truncation
|
||||
|
||||
debian-clang:
|
||||
extends: .meson-build
|
||||
variables:
|
||||
|
||||
Reference in New Issue
Block a user