Skip to content

Commit 1f1bd43

Browse files
Add CPU (gcc 13, Debug) configuration to CI
I'm seeing issues with later GCC compilers. So let's increase the coverage.
1 parent 3363435 commit 1f1bd43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.cpu.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- { name: "CPU (gcc 11, Release)", build: "Release", tag: gcc11-cuda12.9, cxxflags: "", }
2727
- { name: "CPU (gcc 11, Release, ASAN)", build: "Release", tag: gcc11-cuda12.9, cxxflags: "-fsanitize=address" }
2828
- { name: "CPU (gcc 12, Release, TSAN)", build: "Release", tag: gcc12-cuda12.9, cxxflags: "-fsanitize=thread" }
29+
- { name: "CPU (gcc 13, Debug)", build: "Release", tag: gcc13-cuda12.9, cxxflags: "", }
2930
container:
3031
options: -u root
3132
image: rapidsai/devcontainers:26.02-cpp-${{ matrix.tag }}

0 commit comments

Comments
 (0)