Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Jun 6, 2024
1 parent 7771cae commit 8df372a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 74 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ jobs:
# Build CMake
# ---------------------------------------
cmake:
if: false
# if: false
needs: set-matrix
uses: ./.github/workflows/build_util.yml
strategy:
fail-fast: false
matrix:
toolchain:
- 'aarch64-gcc'
# - 'arm-clang' is built by circle-ci
- 'aarch64-gcc'
- 'arm-gcc'
- 'msp430-gcc'
- 'riscv-gcc'
Expand All @@ -81,9 +81,9 @@ jobs:
fail-fast: false
matrix:
toolchain:
- 'aarch64-gcc'
# 'arm-clang' is built by circle-ci
#- 'arm-gcc'
- 'aarch64-gcc'
- 'arm-gcc'
- 'msp430-gcc'
- 'riscv-gcc'
- 'rx-gcc'
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
# Build Espressif
# ---------------------------------------
espressif:
if: false
# if: false
uses: ./.github/workflows/build_util.yml
strategy:
fail-fast: false
Expand All @@ -134,8 +134,8 @@ jobs:
# Build IAR on HFP self-hosted
# ---------------------------------------
arm-iar:
if: false
# if: github.repository_owner == 'hathach'
# if: false
if: github.repository_owner == 'hathach'
needs: set-matrix
runs-on: [self-hosted, Linux, X64, hifiphile]
env:
Expand Down
67 changes: 0 additions & 67 deletions .github/workflows/build_renesas.yml

This file was deleted.

0 comments on commit 8df372a

Please sign in to comment.