Skip to content

Commit

Permalink
fix circleci with kinetis by bumping to docker large
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Nov 22, 2024
1 parent 07d47ba commit e9aff1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
"cmake esp-idf"
)
RESOURCE_LARGE='["nrf", "imxrt"]'
RESOURCE_LARGE='["nrf", "imxrt", "kinetis_k kinetis_kl kinetis_k32l2"]'
for e in "${BUILDSYSTEM_TOOLCHAIN[@]}"; do
e_arr=($e)
Expand Down

0 comments on commit e9aff1c

Please sign in to comment.