From 33d5204ec1998bd509c9f9e2b05865395e330efe Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Mon, 7 Apr 2025 08:56:46 +0200 Subject: [PATCH] ci/container: Include ANGLE in the x86_64 test-gl container Build ANGLE in the x86_64 test-gl container. Signed-off-by: Valentine Burley Part-of: --- .gitlab-ci/container/build-angle.sh | 1 + .gitlab-ci/container/debian/test-gl.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci/container/build-angle.sh b/.gitlab-ci/container/build-angle.sh index bc502ce71c1..ebd77048a44 100755 --- a/.gitlab-ci/container/build-angle.sh +++ b/.gitlab-ci/container/build-angle.sh @@ -3,6 +3,7 @@ # When changing this file, you need to bump the following # .gitlab-ci/image-tags.yml tags: # DEBIAN_TEST_ANDROID_TAG +# DEBIAN_TEST_GL_TAG # KERNEL_ROOTFS_TAG set -uex diff --git a/.gitlab-ci/container/debian/test-gl.sh b/.gitlab-ci/container/debian/test-gl.sh index d1cbef720be..41435983285 100644 --- a/.gitlab-ci/container/debian/test-gl.sh +++ b/.gitlab-ci/container/debian/test-gl.sh @@ -69,7 +69,7 @@ section_end debian_setup ############### Build ANGLE -if [ "$DEBIAN_ARCH" == "arm64" ]; then +if [ "$DEBIAN_ARCH" != "armhf" ]; then ANGLE_TARGET=linux \ . .gitlab-ci/container/build-angle.sh fi