Skip to content

Commit 58e39bf

Browse files
authored
Merge pull request #1737 from romintomasetti/patch-1
Add CPU (gcc 13, Debug) configuration to CI
2 parents 801180d + 1f1bd43 commit 58e39bf

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)