summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorhathach <[email protected]>2025-07-02 15:55:42 +0700
committerhathach <[email protected]>2025-07-02 15:55:42 +0700
commit014d6b2f2647b5135e22d219b61b727cb9a20ae6 (patch)
treecd5a8265a9cc634313db5e74bae15e799be989b7 /.github/workflows
parenta8b5e2bfc0a2d35ba775f7b2de81d531ed525e41 (diff)
remove cmake arm-clang and make iar to reduce concurrent jobs
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 97f219e6f..5e11f8a29 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -70,7 +70,7 @@ jobs:
matrix:
toolchain:
- 'aarch64-gcc'
- - 'arm-clang'
+ #- 'arm-clang'
- 'arm-gcc'
- 'esp-idf'
- 'msp430-gcc'
@@ -110,7 +110,8 @@ jobs:
# cmake is built by circle-ci. Due to IAR limit capacity, only build oe per family
# ---------------------------------------
arm-iar:
- if: github.event_name == 'push' && github.repository_owner == 'hathach'
+ if: false # disable for now since we got reach capacity limit too often
+ #if: github.event_name == 'push' && github.repository_owner == 'hathach'
needs: set-matrix
uses: ./.github/workflows/build_util.yml
secrets: inherit