Skip to content

Commit 8df372a

Browse files
committed
clean up
1 parent 7771cae commit 8df372a

File tree

2 files changed

+7
-74
lines changed

2 files changed

+7
-74
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ jobs:
5151
# Build CMake
5252
# ---------------------------------------
5353
cmake:
54-
if: false
54+
# if: false
5555
needs: set-matrix
5656
uses: ./.github/workflows/build_util.yml
5757
strategy:
5858
fail-fast: false
5959
matrix:
6060
toolchain:
61-
- 'aarch64-gcc'
6261
# - 'arm-clang' is built by circle-ci
62+
- 'aarch64-gcc'
6363
- 'arm-gcc'
6464
- 'msp430-gcc'
6565
- 'riscv-gcc'
@@ -81,9 +81,9 @@ jobs:
8181
fail-fast: false
8282
matrix:
8383
toolchain:
84-
- 'aarch64-gcc'
8584
# 'arm-clang' is built by circle-ci
86-
#- 'arm-gcc'
85+
- 'aarch64-gcc'
86+
- 'arm-gcc'
8787
- 'msp430-gcc'
8888
- 'riscv-gcc'
8989
- 'rx-gcc'
@@ -114,7 +114,7 @@ jobs:
114114
# Build Espressif
115115
# ---------------------------------------
116116
espressif:
117-
if: false
117+
# if: false
118118
uses: ./.github/workflows/build_util.yml
119119
strategy:
120120
fail-fast: false
@@ -134,8 +134,8 @@ jobs:
134134
# Build IAR on HFP self-hosted
135135
# ---------------------------------------
136136
arm-iar:
137-
if: false
138-
# if: github.repository_owner == 'hathach'
137+
# if: false
138+
if: github.repository_owner == 'hathach'
139139
needs: set-matrix
140140
runs-on: [self-hosted, Linux, X64, hifiphile]
141141
env:

.github/workflows/build_renesas.yml

Lines changed: 0 additions & 67 deletions
This file was deleted.

0 commit comments

Comments
 (0)