Skip to content

Commit 014d6b2

Browse files
committed
remove cmake arm-clang and make iar to reduce concurrent jobs
1 parent a8b5e2b commit 014d6b2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
matrix:
7171
toolchain:
7272
- 'aarch64-gcc'
73-
- 'arm-clang'
73+
#- 'arm-clang'
7474
- 'arm-gcc'
7575
- 'esp-idf'
7676
- 'msp430-gcc'
@@ -110,7 +110,8 @@ jobs:
110110
# cmake is built by circle-ci. Due to IAR limit capacity, only build oe per family
111111
# ---------------------------------------
112112
arm-iar:
113-
if: github.event_name == 'push' && github.repository_owner == 'hathach'
113+
if: false # disable for now since we got reach capacity limit too often
114+
#if: github.event_name == 'push' && github.repository_owner == 'hathach'
114115
needs: set-matrix
115116
uses: ./.github/workflows/build_util.yml
116117
secrets: inherit

0 commit comments

Comments
 (0)