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:
Guilherme Gallo
2023-02-23 10:46:29 -03:00
committed by Marge Bot
parent c65eb88f0b
commit 2fcd6df107
+9
View File
@@ -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: