Module: Mesa Branch: main Commit: d39904ea30c69499737f7354ba41ab553d6f857b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d39904ea30c69499737f7354ba41ab553d6f857b
Author: Christian Gmeiner <[email protected]> Date: Wed Nov 10 15:54:57 2021 +0100 ci/bare-metal: add .baremetal-test-arm64 Signed-off-by: Christian Gmeiner <[email protected]> Reviewed-by: Emma Anholt <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13751> --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 44a29b30331..77553c3e014 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1360,6 +1360,13 @@ debian-mingw32-x86_64: BM_ROOTFS: /rootfs-armhf MINIO_ARTIFACT_NAME: mesa-armhf +.baremetal-test-arm64: + extends: + - .baremetal-test + variables: + BM_ROOTFS: /rootfs-arm64 + MINIO_ARTIFACT_NAME: mesa-arm64 + .baremetal-arm64-asan-test: variables: DEQP_RUNNER_OPTIONS: "--env LD_PRELOAD=libasan.so.6"
