clover/llvm: undefine __IMAGE_SUPPORT__ for devices without image support
[mesa.git] / .gitlab-ci / meson-build.sh
index b16a82472b71902bc706c4eadef5c9339e7fe450..c6affea46da5f061b7738c40feb3f6bf36bbdc2c 100755 (executable)
@@ -57,7 +57,7 @@ meson _build --native-file=native.file \
       ${EXTRA_OPTION}
 cd _build
 meson configure
-ninja -j4
+ninja
 LC_ALL=C.UTF-8 ninja test
 ninja install
 cd ..