diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2025-12-04 09:40:15 -0800 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2025-12-10 13:07:09 -0500 |
| commit | 6a3fe11dc1c53c896643b07137b7fb25bd2c4f7e (patch) | |
| tree | bf4469e6733bf56e637b0390368ec6970e22e56b /ci | |
| parent | b4c379cfb92a2a3767efdb2ca69ab9babcce47af (diff) | |
| download | meson-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.json | 2 |
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" |
