Skip to content

Commit

Permalink
disable meson on macos (due to ldd --version)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Oct 29, 2023
1 parent 8d6ea94 commit 8bc2250
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
],
"test": [
"xpm run test-native-cmake-gcc",
"xpm run test-native-meson-clang",
"{% if os.platform == 'darwin' %}echo {% endif %}xpm run test-native-meson-clang",
"xpm run test-qemu-cortex-m0-cmake",
"xpm run test-qemu-cortex-m0-meson",
"xpm run test-qemu-cortex-m7f-cmake",
Expand All @@ -92,7 +92,7 @@
],
"test-all": [
"xpm run test-native-cmake",
"xpm run test-native-meson",
"{% if os.platform == 'darwin' %}echo {% endif %}xpm run test-native-meson",
"xpm run test-cortex-cmake",
"xpm run test-cortex-meson",
"xpm run test-riscv-cmake",
Expand Down

0 comments on commit 8bc2250

Please sign in to comment.