From 70c4f7877dc0a8203dd91f46a1c213653b66f93f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20de=20Kok?= Date: Mon, 30 Mar 2026 11:30:16 +0000 Subject: [PATCH] nix-builder: key CI tests by arch variant `ciTests` should be keyed by the arch variant name. This allows us to run the tests on specific Torch/CUDA versions. It also fixes the best variant selection for `ci-test` for noarch kernels. --- nix-builder/lib/build.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix-builder/lib/build.nix b/nix-builder/lib/build.nix index 07bed150..1b0f3f9a 100644 --- a/nix-builder/lib/build.nix +++ b/nix-builder/lib/build.nix @@ -336,7 +336,7 @@ rec { ); in { - name = extension.variant; + name = extension.archVariant; value = with pkgs; pkgs.writeShellScriptBin "ci-test" ''