Skip to content

Commit 1dc353d

Browse files
SomeoneSergetybalex
authored andcommitted
nix: ci: dont test cuda and rocm (for now)
Until ggml-org#6346 is resolved
1 parent 7e6815c commit 1dc353d

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

flake.nix

+8-3
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,14 @@
168168
};
169169

170170
# Packages exposed in `.#checks` will be built by the CI and by
171-
# `nix flake check`. Currently we expose all packages, but we could
172-
# make more granular choices
173-
checks = config.packages;
171+
# `nix flake check`.
172+
#
173+
# We could test all outputs e.g. as `checks = confg.packages`.
174+
#
175+
# TODO: Build more once https://github.com/ggerganov/llama.cpp/issues/6346 has been addressed
176+
checks = {
177+
inherit (config.packages) default vulkan;
178+
};
174179
};
175180
};
176181
}

0 commit comments

Comments
 (0)