File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 21
21
fail-fast : false
22
22
matrix :
23
23
include :
24
+ - name : ubu22-x86-gcc12-clang-repl-19-cppyy
25
+ os : ubuntu-22.04
26
+ compiler : gcc-12
27
+ clang-runtime : ' 19'
28
+ cling : Off
29
+ cppyy : On
24
30
- name : ubu22-x86-gcc12-clang-repl-18-cppyy
25
31
os : ubuntu-22.04
26
32
compiler : gcc-12
66
72
# cling: On
67
73
# cling-version: '1.0'
68
74
# cppyy: On
75
+ - name : osx13-x86-clang-clang-repl-19-cppyy
76
+ os : macos-13
77
+ compiler : clang
78
+ clang-runtime : ' 19'
79
+ cling : Off
80
+ cppyy : On
69
81
- name : osx13-x86-clang-clang-repl-18-cppyy
70
82
os : macos-13
71
83
compiler : clang
@@ -91,6 +103,12 @@ jobs:
91
103
cling : On
92
104
cling-version : ' 1.0'
93
105
cppyy : On
106
+ - name : osx14-arm-clang-clang-repl-18-cppyy
107
+ os : macos-14
108
+ compiler : clang
109
+ clang-runtime : ' 19'
110
+ cling : Off
111
+ cppyy : On
94
112
- name : osx14-arm-clang-clang-repl-18-cppyy
95
113
os : macos-14
96
114
compiler : clang
@@ -353,7 +371,7 @@ jobs:
353
371
else
354
372
# Apply patches
355
373
llvm_vers=$(echo "${{ matrix.clang-runtime }}" | tr '[:lower:]' '[:upper:]')
356
- if [[ "${llvm_vers}" != "18 " ]]; then
374
+ if [[ "${llvm_vers}" == "16" ]]||[[ "${llvm_vers}" == "17 " ]]; then
357
375
git apply -v ../cppyy-backend/patches/llvm/clang${{ matrix.clang-runtime }}-*.patch
358
376
echo "Apply clang${{ matrix.clang-runtime }}-*.patch patches:"
359
377
fi
You can’t perform that action at this time.
0 commit comments