Skip to content

Commit

Permalink
re-enable all builds
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Aug 9, 2024
1 parent e255fe8 commit a8cef9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
# Build ARM
# ---------------------------------------
arm:
if: false
#if: false
needs: set-matrix
uses: ./.github/workflows/build_util.yml
strategy:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/ci_set_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ def set_matrix_json():
for b in sorted(boards_dir.iterdir()):
if b.is_dir():
matrix[p.name]['board'].append(b.name)
if p.name == 'espressif':
break
# For quick testing by only build 1 espressif board
#if p.name == 'espressif':
# break
print(json.dumps(matrix))


Expand Down

0 comments on commit a8cef9e

Please sign in to comment.