From 6a3fe11dc1c53c896643b07137b7fb25bd2c4f7e Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Thu, 4 Dec 2025 09:40:15 -0800 Subject: ci: disable unitests for arch cuda Because they're the same as the main arch image. --- ci/ciimage/cuda/image.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci') 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" -- cgit v1.2.3