|
62 | 62 | cppyy: On |
63 | 63 | llvm_enable_projects: "clang" |
64 | 64 | llvm_targets_to_build: "host;NVPTX" |
| 65 | + - name: ubu22-x86-gcc9-clang13-cling |
| 66 | + os: ubuntu-22.04 |
| 67 | + compiler: gcc-9 |
| 68 | + clang-runtime: '13' |
| 69 | + cling: On |
| 70 | + cling-version: '1.0' |
| 71 | + cppyy: On |
| 72 | + llvm_enable_projects: "clang" |
| 73 | + llvm_targets_to_build: "host;NVPTX" |
65 | 74 | - name: win2022-msvc-clang-repl-19 |
66 | 75 | os: windows-2022 |
67 | 76 | compiler: msvc |
@@ -127,6 +136,15 @@ jobs: |
127 | 136 | cppyy: On |
128 | 137 | llvm_enable_projects: "clang" |
129 | 138 | llvm_targets_to_build: "host;NVPTX" |
| 139 | + - name: osx15-arm-clang-clang13-cling |
| 140 | + os: macos-15 |
| 141 | + compiler: clang |
| 142 | + clang-runtime: '13' |
| 143 | + cling: On |
| 144 | + cling-version: '1.0' |
| 145 | + cppyy: On |
| 146 | + llvm_enable_projects: "clang" |
| 147 | + llvm_targets_to_build: "host;NVPTX" |
130 | 148 | - name: osx13-x86-clang-clang-repl-19 |
131 | 149 | os: macos-13 |
132 | 150 | compiler: clang |
@@ -168,6 +186,15 @@ jobs: |
168 | 186 | cppyy: On |
169 | 187 | llvm_enable_projects: "clang" |
170 | 188 | llvm_targets_to_build: "host;NVPTX" |
| 189 | + - name: osx13-x86-clang-clang13-cling |
| 190 | + os: macos-13 |
| 191 | + compiler: clang |
| 192 | + clang-runtime: '13' |
| 193 | + cling: On |
| 194 | + cling-version: '1.0' |
| 195 | + cppyy: On |
| 196 | + llvm_enable_projects: "clang" |
| 197 | + llvm_targets_to_build: "host;NVPTX" |
171 | 198 |
|
172 | 199 | steps: |
173 | 200 | - uses: actions/checkout@v4 |
@@ -620,6 +647,13 @@ jobs: |
620 | 647 | cling: On |
621 | 648 | cling-version: '1.1' |
622 | 649 | cppyy: Off |
| 650 | + - name: ubu22-x86-gcc9-clang13-cling |
| 651 | + os: ubuntu-22.04 |
| 652 | + compiler: gcc-9 |
| 653 | + clang-runtime: '13' |
| 654 | + cling: On |
| 655 | + cling-version: '1.0' |
| 656 | + cppyy: On |
623 | 657 | #FIXME: Windows CppInterOp tests expected to fail |
624 | 658 | #until https://github.com/compiler-research/CppInterOp/issues/188 is solved |
625 | 659 | - name: win2022-msvc-clang-repl-19 |
@@ -677,6 +711,13 @@ jobs: |
677 | 711 | cling: On |
678 | 712 | cling-version: '1.1' |
679 | 713 | cppyy: Off |
| 714 | + - name: osx15-arm-clang-clang13-cling-cppyy |
| 715 | + os: macos-15 |
| 716 | + compiler: clang |
| 717 | + clang-runtime: '13' |
| 718 | + cling: On |
| 719 | + cling-version: '1.0' |
| 720 | + cppyy: On |
680 | 721 | - name: osx13-x86-clang-clang-repl-19-cppyy |
681 | 722 | os: macos-13 |
682 | 723 | compiler: clang |
@@ -708,6 +749,13 @@ jobs: |
708 | 749 | cling: On |
709 | 750 | cling-version: '1.1' |
710 | 751 | cppyy: Off |
| 752 | + - name: osx13-x86-clang-clang13-cling |
| 753 | + os: macos-13 |
| 754 | + compiler: clang |
| 755 | + clang-runtime: '13' |
| 756 | + cling: On |
| 757 | + cling-version: '1.0' |
| 758 | + cppyy: Off |
711 | 759 |
|
712 | 760 | steps: |
713 | 761 | - uses: actions/checkout@v4 |
|
0 commit comments