We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8b5e2b commit 014d6b2Copy full SHA for 014d6b2
.github/workflows/build.yml
@@ -70,7 +70,7 @@ jobs:
70
matrix:
71
toolchain:
72
- 'aarch64-gcc'
73
- - 'arm-clang'
+ #- 'arm-clang'
74
- 'arm-gcc'
75
- 'esp-idf'
76
- 'msp430-gcc'
@@ -110,7 +110,8 @@ jobs:
110
# cmake is built by circle-ci. Due to IAR limit capacity, only build oe per family
111
# ---------------------------------------
112
arm-iar:
113
- if: github.event_name == 'push' && github.repository_owner == 'hathach'
+ if: false # disable for now since we got reach capacity limit too often
114
+ #if: github.event_name == 'push' && github.repository_owner == 'hathach'
115
needs: set-matrix
116
uses: ./.github/workflows/build_util.yml
117
secrets: inherit
0 commit comments