summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2024-05-14 12:44:36 +0700
committerGitHub <[email protected]>2024-05-14 12:44:36 +0700
commit3c24ba3ff2eb5fdb4e214f668a25ed2038a847ad (patch)
treee4f57fe7a9cb538eefa32f55472eaacc5aa80dd0 /.github
parentae01de246421df8638f05cab7b1c6e15e0184952 (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.yml2
-rw-r--r--.github/workflows/build.yml4
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'