Skip to content

Commit b99542a

Browse files
committed
ci: disable clang test in ci for ctk 13 due to bug upstream
1 parent 60955da commit b99542a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build-tests.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ jobs:
3232
toolchain: "llvm_host_device", # clang as cuda compiler driver
3333
toolchain-version: "19",
3434
}
35-
- {
36-
os: "ubuntu-24.04",
37-
cuda-version: "13.0.2",
38-
source: "nvidia",
39-
toolchain: "llvm_host_only", # clang as host compiler
40-
toolchain-version: "21",
41-
}
35+
# - { # FIXME: enable once llvm 22 is released
36+
# os: "ubuntu-24.04",
37+
# cuda-version: "13.0.2",
38+
# source: "nvidia",
39+
# toolchain: "llvm_host_only", # clang as host compiler
40+
# toolchain-version: "21",
41+
# }
4242
- {
4343
os: "ubuntu-22.04",
4444
cuda-version: "11.5.1-1ubuntu1",

0 commit comments

Comments
 (0)