Skip to content

Commit a52e5ce

Browse files
committed
build iar with circleci large resource
1 parent a64e3eb commit a52e5ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
FAMILY_LARGE=$(jq -n --argjson family "$FAMILY" --argjson resource "$RESOURCE_LARGE" '$family | map(select(IN($resource[])))')
6767
FAMILY=$(jq -n --argjson family "$FAMILY" --argjson resource "$RESOURCE_LARGE" '$family | map(select(IN($resource[]) | not))')
6868
69-
if [[ $toolchain == esp-idf ]]; then
69+
if [[ $toolchain == esp-idf || $toolchain == arm-iar ]]; then
7070
gen_build_entry "$build_system" "$toolchain" "$FAMILY" "large"
7171
else
7272
gen_build_entry "$build_system" "$toolchain" "$FAMILY" "medium+"

0 commit comments

Comments
 (0)