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 | |
| 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')
| -rw-r--r-- | .github/actions/get_deps/action.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/build.yml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/actions/get_deps/action.yml b/.github/actions/get_deps/action.yml index 38b44a70e..eea241c6c 100644 --- a/.github/actions/get_deps/action.yml +++ b/.github/actions/get_deps/action.yml @@ -2,8 +2,8 @@ name: Get dependencies inputs: arg: + description: 'Arguments to get_deps.py' required: true - type: string runs: using: "composite" 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' |
