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 a64e3eb commit a52e5ceCopy full SHA for a52e5ce
.circleci/config.yml
@@ -66,7 +66,7 @@ jobs:
66
FAMILY_LARGE=$(jq -n --argjson family "$FAMILY" --argjson resource "$RESOURCE_LARGE" '$family | map(select(IN($resource[])))')
67
FAMILY=$(jq -n --argjson family "$FAMILY" --argjson resource "$RESOURCE_LARGE" '$family | map(select(IN($resource[]) | not))')
68
69
- if [[ $toolchain == esp-idf ]]; then
+ if [[ $toolchain == esp-idf || $toolchain == arm-iar ]]; then
70
gen_build_entry "$build_system" "$toolchain" "$FAMILY" "large"
71
else
72
gen_build_entry "$build_system" "$toolchain" "$FAMILY" "medium+"
0 commit comments