Skip to content

Commit 19328ad

Browse files
authored
Turn on cppyy for Ubuntu 24.04 x86 jobs (#487)
1 parent cbbd859 commit 19328ad

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.github/workflows/Ubuntu.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -314,33 +314,37 @@ jobs:
314314
cling: On
315315
cling-version: '1.0'
316316
cppyy: On
317-
- name: ubu24-x86-gcc12-clang-repl-19
317+
- name: ubu24-x86-gcc12-clang-repl-19-cppyy
318318
os: ubuntu-24.04
319319
compiler: gcc-12
320320
clang-runtime: '19'
321321
cling: Off
322-
- name: ubu24-x86-gcc12-clang-repl-18
322+
cppyy: On
323+
- name: ubu24-x86-gcc12-clang-repl-18-cppyy
323324
os: ubuntu-24.04
324325
compiler: gcc-12
325326
clang-runtime: '18'
326327
cling: Off
327-
- name: ubu24-x86-gcc12-clang-repl-17
328+
cppyy: On
329+
- name: ubu24-x86-gcc12-clang-repl-17-cppyy
328330
os: ubuntu-24.04
329331
compiler: gcc-12
330332
clang-runtime: '17'
331333
cling: Off
334+
cppyy: On
332335
- name: ubu24-x86-gcc12-clang-repl-16
333336
os: ubuntu-24.04
334337
compiler: gcc-12
335338
clang-runtime: '16'
336339
cling: Off
337340
cppyy: Off
338-
- name: ubu24-x86-gcc9-clang13-cling
341+
- name: ubu24-x86-gcc9-clang13-cling-cppyy
339342
os: ubuntu-24.04
340343
compiler: gcc-9
341344
clang-runtime: '13'
342345
cling: On
343346
cling-version: '1.0'
347+
cppyy: On
344348

345349
steps:
346350
- uses: actions/checkout@v4
@@ -604,7 +608,7 @@ jobs:
604608
echo "Running valgrind on passing tests"
605609
CLANG_VERSION="${{ matrix.clang-runtime }}"
606610
SUPPRESSION_FILE="../etc/clang${CLANG_VERSION}-valgrind.supp"
607-
valgrind --show-error-list=yes --error-exitcode=1 --track-origins=yes --suppressions="${SUPPRESSION_FILE}" --suppressions=../etc/valgrind-cppyy-cling.supp python -m pytest -m "not xfail" -sv -ra
611+
valgrind --show-error-list=yes --error-exitcode=1 --track-origins=yes --gen-suppressions=all --suppressions="${SUPPRESSION_FILE}" --suppressions=../etc/valgrind-cppyy-cling.supp python -m pytest -m "not xfail" -sv -ra
608612
export RETCODE=+$?
609613
echo ::endgroup::
610614

0 commit comments

Comments
 (0)