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 77fb337 commit fac6bd7Copy full SHA for fac6bd7
.github/workflows/Ubuntu.yml
@@ -65,6 +65,13 @@ jobs:
65
cling-version: '1.0'
66
llvm_enable_projects: "clang"
67
llvm_targets_to_build: "host;NVPTX"
68
+ - name: ubu24-x86-gcc12-clang-repl-20
69
+ os: ubuntu-24.04
70
+ compiler: gcc-12
71
+ clang-runtime: '20'
72
+ cling: Off
73
+ llvm_enable_projects: "clang"
74
+ llvm_targets_to_build: "host;NVPTX"
75
- name: ubu24-x86-gcc12-clang-repl-19
76
os: ubuntu-24.04
77
compiler: gcc-12
0 commit comments