File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -1025,13 +1025,8 @@ jobs:
10251025 if [[ "${{ matrix.os }}" == macos-* ]]; then
10261026 echo "Skipping Valgrind checks on OS X"
10271027 else
1028- if [[ "${{ matrix.clang-runtime }}" == "17" ]]; then
1029- echo "Valgrind reports true for clang-runtime 17 due to problems with LLVM"
1030- valgrind --show-error-list=yes --error-exitcode=1 --track-origins=yes --suppressions=../etc/valgrind-cppyy-cling.supp python -m pytest -m "not xfail" -v || true
1031- else
1032- echo "Running valgrind on passing tests"
1033- valgrind --show-error-list=yes --error-exitcode=1 --track-origins=yes --suppressions=../etc/valgrind-cppyy-cling.supp python -m pytest -m "not xfail" -v
1034- fi
1028+ echo "Running valgrind on passing tests"
1029+ valgrind --show-error-list=yes --error-exitcode=1 --track-origins=yes --suppressions=../etc/valgrind-cppyy-cling.supp python -m pytest -m "not xfail" -v
10351030 fi
10361031 export RETCODE=+$?
10371032 echo ::endgroup::
You can’t perform that action at this time.
0 commit comments