diff options
| author | Ha Thach <[email protected]> | 2024-05-14 12:44:36 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-14 12:44:36 +0700 |
| commit | 3c24ba3ff2eb5fdb4e214f668a25ed2038a847ad (patch) | |
| tree | e4f57fe7a9cb538eefa32f55472eaacc5aa80dd0 /.github/workflows | |
| parent | ae01de246421df8638f05cab7b1c6e15e0184952 (diff) | |
build arm-clang on circleci with pull request (#2644)
* Build arm-clang using circle ci (only on PR): cache most of mandatory deps, clang toolchain
* update get_deps.py to include CMSIS_5 with --print + no arguments, prevent duplicated deps
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2cd348847..78d95fbbc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -58,7 +58,7 @@ jobs: matrix: toolchain: - 'aarch64-gcc' -# - 'arm-clang' + # - 'arm-clang' # clang is built by circle-ci - 'arm-gcc' - 'msp430-gcc' - 'riscv-gcc' @@ -81,7 +81,7 @@ jobs: matrix: toolchain: - 'aarch64-gcc' - #- 'arm-clang' + # - 'arm-clang' # clang is built by circle-ci - 'arm-gcc' - 'msp430-gcc' - 'riscv-gcc' |
