We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5534f38 commit a4a0922Copy full SHA for a4a0922
.github/workflows/main.yml
@@ -31,6 +31,7 @@ jobs:
31
cppyy: Off
32
llvm_enable_projects: "clang"
33
llvm_targets_to_build: "host;NVPTX"
34
+ Valgrind: On
35
- name: ubu24-arm-gcc12-clang-repl-19-cppyy
36
os: ubuntu-24.04-arm
37
compiler: gcc-12
@@ -67,6 +68,7 @@ jobs:
67
68
69
coverage: true
70
oop-jit: On
71
72
- name: ubu24-x86-gcc12-clang-repl-20
73
os: ubuntu-24.04
74
@@ -311,3 +313,4 @@ jobs:
311
313
uses: mxschmitt/action-tmate@v3
312
314
# When debugging increase to a suitable value!
315
timeout-minutes: 30
316
+
0 commit comments