Skip to content

Commit

Permalink
package.json: disable clang 13/14 on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Oct 29, 2023
1 parent 8bc2250 commit f0f6af7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@
"{% if os.platform == 'darwin' %}echo {% endif %}xpm run test-native-cmake-gcc11",
"xpm run test-native-cmake-clang16",
"xpm run test-native-cmake-clang15",
"xpm run test-native-cmake-clang14",
"xpm run test-native-cmake-clang13"
"{% if os.platform == 'linux' %}echo {% endif %}xpm run test-native-cmake-clang14",
"{% if os.platform == 'linux' %}echo {% endif %}xpm run test-native-cmake-clang13"
],
"test-native-meson": [
"{% if os.platform == 'darwin' %}xpm run test-native-meson-sys{% endif %}",
Expand All @@ -115,8 +115,8 @@
"{% if os.platform == 'darwin' %}echo {% endif %}xpm run test-native-meson-gcc11",
"xpm run test-native-meson-clang16",
"xpm run test-native-meson-clang15",
"xpm run test-native-meson-clang14",
"xpm run test-native-meson-clang13"
"{% if os.platform == 'linux' %}echo {% endif %}xpm run test-native-meson-clang14",
"{% if os.platform == 'linux' %}echo {% endif %}xpm run test-native-meson-clang13"
],
"test-cortex-cmake": [
"xpm run test-qemu-cortex-m0-cmake",
Expand Down

0 comments on commit f0f6af7

Please sign in to comment.