File tree 1 file changed +10
-9
lines changed 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 2
2
3
3
name : ci-mac-os
4
4
5
- # We run this workflow during pull request review, but not for Bors merges, as
6
- # it takes over an hour to run .
5
+ # We run this workflow during pull request review, but not for Bors merges. We
6
+ # can change this if the workflow is reasonably quick and reliable .
7
7
on : pull_request
8
8
9
9
jobs :
@@ -14,14 +14,15 @@ jobs:
14
14
# Clones a single commit from the libtock-rs repository. The commit cloned
15
15
# is a merge commit between the PR's target branch and the PR's source.
16
16
- name : Clone repository
17
-
17
+ uses : actions/checkout@v2
18
+
19
+ - name : Install arm-none-eabi-gcc
20
+ uses : fiam/arm-none-eabi-gcc@v1
21
+ with :
22
+ release : ' 10-2020-q4'
18
23
19
- # Install the toolchains we need, then run `cargo build`.
20
24
- name : Build and Test
21
25
run : |
22
- brew tap riscv/riscv
23
- brew update
24
- brew install riscv-gnu-toolchain --with-multilib
25
26
cd "${GITHUB_WORKSPACE}"
26
- LIBTOCK_PLATFORM=hifive1 cargo build -p libtock_runtime \
27
- --target=riscv32imac-unknown- none-elf
27
+ LIBTOCK_PLATFORM=nrf52 cargo build -p libtock_runtime \
28
+ --target=thumbv7em- none-eabi
You can’t perform that action at this time.
0 commit comments