remove cmake arm-clang and make iar to reduce concurrent jobs

This commit is contained in:
hathach
2025-07-02 15:55:42 +07:00
parent a8b5e2bfc0
commit 014d6b2f26

View File

@@ -70,7 +70,7 @@ jobs:
matrix: matrix:
toolchain: toolchain:
- 'aarch64-gcc' - 'aarch64-gcc'
- 'arm-clang' #- 'arm-clang'
- 'arm-gcc' - 'arm-gcc'
- 'esp-idf' - 'esp-idf'
- 'msp430-gcc' - 'msp430-gcc'
@@ -110,7 +110,8 @@ jobs:
# cmake is built by circle-ci. Due to IAR limit capacity, only build oe per family # cmake is built by circle-ci. Due to IAR limit capacity, only build oe per family
# --------------------------------------- # ---------------------------------------
arm-iar: 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 needs: set-matrix
uses: ./.github/workflows/build_util.yml uses: ./.github/workflows/build_util.yml
secrets: inherit secrets: inherit