ci/lava: Don't build VK-main for arm64
Only amd64 needs the VK-main build, as it's only used by Raven and Stoney on RADV. Signed-off-by: Valentine Burley <valentine.burley@collabora.com> Reviewed-by: Eric Engestrom <None> Reviewed-by: Antonio Ospite <None> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33377>
This commit is contained in:
committed by
Marge Bot
parent
e0f0be6fc8
commit
17966a6a80
@@ -335,9 +335,11 @@ if [ "$BUILD_VK" == "ON" ]; then
|
||||
DEQP_TARGET=default \
|
||||
. .gitlab-ci/container/build-deqp.sh
|
||||
|
||||
DEQP_API=VK-main \
|
||||
DEQP_TARGET=default \
|
||||
. .gitlab-ci/container/build-deqp.sh
|
||||
if [ "$DEBIAN_ARCH" == "amd64" ]; then
|
||||
DEQP_API=VK-main \
|
||||
DEQP_TARGET=default \
|
||||
. .gitlab-ci/container/build-deqp.sh
|
||||
fi
|
||||
fi
|
||||
|
||||
rm -rf /VK-GL-CTS
|
||||
|
||||
Reference in New Issue
Block a user