ci/lava: Build ANGLE for arm64

We're going to introduce arm64 ANGLE jobs shortly.

Signed-off-by: Valentine Burley <valentine.burley@collabora.com>
Reviewed-by: Antonio Ospite <None>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33467>
This commit is contained in:
Valentine Burley 2025-02-10 08:19:00 +01:00 committed by Marge Bot
parent 05021a1786
commit 9707746b2d
2 changed files with 3 additions and 2 deletions

View file

@ -161,6 +161,7 @@ CONTAINER_EPHEMERAL=(
libxcb-dri2-0-dev
libxkbcommon-dev
libwayland-dev
lld
ninja-build
openssh-server
patch
@ -304,7 +305,7 @@ mv /apitrace/build $ROOTFS/apitrace
rm -rf /apitrace
############### Build ANGLE
if [[ "$DEBIAN_ARCH" = "amd64" ]]; then
if [ "$DEBIAN_ARCH" != "armhf" ]; then
ANGLE_TARGET=linux \
. .gitlab-ci/container/build-angle.sh
mv /angle $ROOTFS/.

View file

@ -33,7 +33,7 @@ variables:
DEBIAN_TEST_ANDROID_TAG: "20250212-re-angle"
DEBIAN_TEST_GL_TAG: "20250204-fix-deqp"
DEBIAN_TEST_VK_TAG: "20250204-fix-deqp"
KERNEL_ROOTFS_TAG: "20250212-re-angle"
KERNEL_ROOTFS_TAG: "20250212-arm-angle"
DEBIAN_PYUTILS_IMAGE: "debian/x86_64_pyutils"
DEBIAN_PYUTILS_TAG: "20250129-lavacli"