We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfdf199 commit 3a80b05Copy full SHA for 3a80b05
.github/workflows/ci.yml
@@ -1040,6 +1040,7 @@ jobs:
1040
set -o pipefail
1041
if [[ "${{ matrix.os }}" == macos-* ]]; then
1042
echo "Skipping Valgrind checks on OS X"
1043
+ python -m pytest -m "not xfail" -v
1044
else
1045
if [[ "${{ matrix.clang-runtime }}" == "17" ]]; then
1046
echo "Valgrind reports true for clang-runtime 17 due to problems with LLVM"
@@ -1333,4 +1334,4 @@ jobs:
1333
1334
-DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=ON \
1335
-DCppInterOp_DIR="${{ env.CPPINTEROP_BUILD_DIR }}/lib/cmake/CppInterOp" \
1336
..
- EMCC_CFLAGS='-sERROR_ON_UNDEFINED_SYMBOLS=0' emmake make -j ${{ env.ncpus }}
1337
+ EMCC_CFLAGS='-sERROR_ON_UNDEFINED_SYMBOLS=0' emmake make -j ${{ env.ncpus }}
0 commit comments