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 529ec1e commit 287dc80Copy full SHA for 287dc80
.github/workflows/ci.yml
@@ -482,22 +482,19 @@ jobs:
482
clang-runtime: '17'
483
cling: Off
484
cppyy: On
485
- coverage: true
486
- name: ubu22-x86-gcc12-clang-repl-16-cppyy
487
os: ubuntu-22.04
488
compiler: gcc-12
489
clang-runtime: '16'
490
491
492
493
- name: ubu22-x86-gcc9-clang13-cling-cppyy
494
495
compiler: gcc-9
496
clang-runtime: '13'
497
cling: On
498
cling-version: '1.0'
499
500
501
#FIXME: Windows CppInterOp tests expected to fail
502
#until https://github.com/compiler-research/CppInterOp/issues/188 is solved
503
- name: win2022-msvc-clang-repl-18
0 commit comments