freedreno: Drop the "write" arg to emit_const_bo now relocs don't care.
[mesa.git] / .gitlab-ci / build-deqp-vk.sh
index 16db188384391df6c1e4182e71178e272eb22ca2..206ac0109a1d7eaf9ea9f012bfce04673d09c5a0 100644 (file)
@@ -5,7 +5,7 @@ set -ex
 git clone \
     --depth 1 \
     https://github.com/KhronosGroup/VK-GL-CTS.git \
-    -b vulkan-cts-1.1.6.0 \
+    -b vulkan-cts-1.2.1.0 \
     /VK-GL-CTS
 pushd /VK-GL-CTS
 
@@ -23,7 +23,7 @@ cmake -G Ninja \
       -DDEQP_TARGET=x11_glx \
       -DCMAKE_BUILD_TYPE=Release \
       /VK-GL-CTS
-ninja -j4
+ninja
 
 # Copy out the mustpass list we want.
 mkdir /deqp/mustpass