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:
1025
1025
if [[ "${{ matrix.os }}" == macos-* ]]; then
1026
1026
echo "Skipping Valgrind checks on OS X"
1027
1027
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
1035
1030
fi
1036
1031
export RETCODE=+$?
1037
1032
echo ::endgroup::
You can’t perform that action at this time.
0 commit comments