summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2025-12-04 09:40:15 -0800
committerEli Schwartz <eschwartz93@gmail.com>2025-12-10 13:07:09 -0500
commit6a3fe11dc1c53c896643b07137b7fb25bd2c4f7e (patch)
treebf4469e6733bf56e637b0390368ec6970e22e56b /ci
parentb4c379cfb92a2a3767efdb2ca69ab9babcce47af (diff)
downloadmeson-6a3fe11dc1c53c896643b07137b7fb25bd2c4f7e.tar.gz
ci: disable unitests for arch cuda
Because they're the same as the main arch image.
Diffstat (limited to 'ci')
-rw-r--r--ci/ciimage/cuda/image.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/ciimage/cuda/image.json b/ci/ciimage/cuda/image.json
index f422723c1..da8ea4fe3 100644
--- a/ci/ciimage/cuda/image.json
+++ b/ci/ciimage/cuda/image.json
@@ -1,6 +1,6 @@
{
"base_image": "archlinux:latest",
- "args": ["--only", "cuda"],
+ "args": ["--only", "cuda", "--no-unittests"],
"env": {
"CI": "1",
"MESON_CI_JOBNAME": "linux-cuda-gcc"