Skip to content

Commit

Permalink
tests/package.json: remove clang12
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Oct 19, 2023
1 parent be8ea3f commit 0638af7
Showing 1 changed file with 2 additions and 77 deletions.
79 changes: 2 additions & 77 deletions tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,7 @@
"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 == 'darwin' %}echo {% endif %}xpm run test-native-cmake-clang12"
"xpm run test-native-cmake-clang13"
],
"test-native-meson": [
"{% if os.platform == 'darwin' %}xpm run test-native-meson-sys{% endif %}",
Expand All @@ -117,8 +116,7 @@
"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 == 'darwin' %}echo {% endif %}xpm run test-native-meson-clang12"
"xpm run test-native-meson-clang13"
],
"test-cortex-cmake": [
"xpm run test-qemu-cortex-m0-cmake",
Expand Down Expand Up @@ -188,14 +186,6 @@
"xpm run build --config native-cmake-clang-release",
"xpm run test --config native-cmake-clang-release"
],
"test-native-cmake-clang12": [
"xpm run prepare --config native-cmake-clang12-debug",
"xpm run build --config native-cmake-clang12-debug",
"xpm run test --config native-cmake-clang12-debug",
"xpm run prepare --config native-cmake-clang12-release",
"xpm run build --config native-cmake-clang12-release",
"xpm run test --config native-cmake-clang12-release"
],
"test-native-cmake-clang13": [
"xpm run prepare --config native-cmake-clang13-debug",
"xpm run build --config native-cmake-clang13-debug",
Expand Down Expand Up @@ -276,14 +266,6 @@
"xpm run build --config native-meson-clang-release",
"xpm run test --config native-meson-clang-release"
],
"test-native-meson-clang12": [
"xpm run prepare --config native-meson-clang12-debug",
"xpm run build --config native-meson-clang12-debug",
"xpm run test --config native-meson-clang12-debug",
"xpm run prepare --config native-meson-clang12-release",
"xpm run build --config native-meson-clang12-release",
"xpm run test --config native-meson-clang12-release"
],
"test-native-meson-clang13": [
"xpm run prepare --config native-meson-clang13-debug",
"xpm run build --config native-meson-clang13-debug",
Expand Down Expand Up @@ -423,8 +405,6 @@
"xpm run link-deps --config native-cmake-gcc12-release",
"xpm run link-deps --config native-cmake-gcc13-debug",
"xpm run link-deps --config native-cmake-gcc13-release",
"xpm run link-deps --config native-cmake-clang12-debug",
"xpm run link-deps --config native-cmake-clang12-release",
"xpm run link-deps --config native-cmake-clang13-debug",
"xpm run link-deps --config native-cmake-clang13-release",
"xpm run link-deps --config native-cmake-clang14-debug",
Expand All @@ -445,8 +425,6 @@
"xpm run link-deps --config native-meson-gcc12-release",
"xpm run link-deps --config native-meson-gcc13-debug",
"xpm run link-deps --config native-meson-gcc13-release",
"xpm run link-deps --config native-meson-clang12-debug",
"xpm run link-deps --config native-meson-clang12-release",
"xpm run link-deps --config native-meson-clang13-debug",
"xpm run link-deps --config native-meson-clang13-release",
"xpm run link-deps --config native-meson-clang14-debug",
Expand Down Expand Up @@ -501,8 +479,6 @@
"xpm run clean --config native-cmake-gcc13-release --ignore-errors",
"xpm run clean --config native-cmake-clang-debug --ignore-errors",
"xpm run clean --config native-cmake-clang-release --ignore-errors",
"xpm run clean --config native-cmake-clang12-debug --ignore-errors",
"xpm run clean --config native-cmake-clang12-release --ignore-errors",
"xpm run clean --config native-cmake-clang13-debug --ignore-errors",
"xpm run clean --config native-cmake-clang13-release --ignore-errors",
"xpm run clean --config native-cmake-clang14-debug --ignore-errors",
Expand All @@ -525,8 +501,6 @@
"xpm run clean --config native-meson-gcc13-release --ignore-errors",
"xpm run clean --config native-meson-clang-debug --ignore-errors",
"xpm run clean --config native-meson-clang-release --ignore-errors",
"xpm run clean --config native-meson-clang12-debug --ignore-errors",
"xpm run clean --config native-meson-clang12-release --ignore-errors",
"xpm run clean --config native-meson-clang13-debug --ignore-errors",
"xpm run clean --config native-meson-clang13-release --ignore-errors",
"xpm run clean --config native-meson-clang14-debug --ignore-errors",
Expand Down Expand Up @@ -781,13 +755,6 @@
"clang16-dependencies"
]
},
"clang12-dependencies": {
"hidden": true,
"$devDependenciesUrl": "https://www.npmjs.com/package/@xpack-dev-tools/clang",
"devDependencies": {
"@xpack-dev-tools/clang": "12.0.1-2.2"
}
},
"clang13-dependencies": {
"hidden": true,
"$devDependenciesUrl": "https://www.npmjs.com/package/@xpack-dev-tools/clang",
Expand Down Expand Up @@ -985,27 +952,6 @@
"buildType": "Release"
}
},
"native-cmake-clang12-debug": {
"inherit": [
"cmake-actions",
"native-actions",
"clang12-dependencies",
"native-dependencies"
],
"properties": {
"buildType": "Debug",
"platformName": "native",
"toolchainFileName": "clang.cmake"
}
},
"native-cmake-clang12-release": {
"inherit": [
"native-cmake-clang12-debug"
],
"properties": {
"buildType": "Release"
}
},
"native-cmake-clang13-debug": {
"inherit": [
"cmake-actions",
Expand Down Expand Up @@ -1217,27 +1163,6 @@
"buildType": "release"
}
},
"native-meson-clang12-debug": {
"inherit": [
"native-actions",
"meson-native-actions",
"clang12-dependencies",
"native-dependencies"
],
"properties": {
"buildType": "debug",
"platformName": "native",
"toolchainFileName": "clang-{{ os.platform }}.ini"
}
},
"native-meson-clang12-release": {
"inherit": [
"native-meson-clang12-debug"
],
"properties": {
"buildType": "release"
}
},
"native-meson-clang13-debug": {
"inherit": [
"native-actions",
Expand Down

0 comments on commit 0638af7

Please sign in to comment.