Module: Mesa
Branch: main
Commit: 2fcd6df107580cba84fc79257af5707073edb78a
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=2fcd6df107580cba84fc79257af5707073edb78a

Author: Guilherme Gallo <[email protected]>
Date:   Thu Feb 23 10:46:29 2023 -0300

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 <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21492>

---

 .gitlab-ci/build/gitlab-ci.yml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/.gitlab-ci/build/gitlab-ci.yml b/.gitlab-ci/build/gitlab-ci.yml
index 9afcf76b8f9..51f1b694e35 100644
--- a/.gitlab-ci/build/gitlab-ci.yml
+++ b/.gitlab-ci/build/gitlab-ci.yml
@@ -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:

Reply via email to