summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2025-07-02 17:43:38 +0700
committerhathach <[email protected]>2025-07-02 17:43:38 +0700
commita52e5ce99aa4fba305e5b8639360d5b3990d7475 (patch)
tree45124e4246dd415bcab22119fa6b21f9ff363be3
parenta64e3eb0aa661db14eb647e2f75059815741112f (diff)
build iar with circleci large resource
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 3b4389ab4..c2f6c4356 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -66,7 +66,7 @@ jobs:
FAMILY_LARGE=$(jq -n --argjson family "$FAMILY" --argjson resource "$RESOURCE_LARGE" '$family | map(select(IN($resource[])))')
FAMILY=$(jq -n --argjson family "$FAMILY" --argjson resource "$RESOURCE_LARGE" '$family | map(select(IN($resource[]) | not))')
- if [[ $toolchain == esp-idf ]]; then
+ if [[ $toolchain == esp-idf || $toolchain == arm-iar ]]; then
gen_build_entry "$build_system" "$toolchain" "$FAMILY" "large"
else
gen_build_entry "$build_system" "$toolchain" "$FAMILY" "medium+"