Skip to content

Commit

Permalink
TEMP: try riscv CI on PR to verify it works
Browse files Browse the repository at this point in the history
This isn't appropriate for the final MR
  • Loading branch information
tblah committed Apr 29, 2020
1 parent ee410aa commit 2461c93
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/linux-builds-on-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- x86_64-unknown-linux-gnu
- armv7-unknown-linux-gnueabihf
- aarch64-linux-android
- riscv64gc-unknown-linux-gnu # skip-master
include:
- target: x86_64-unknown-linux-gnu
run_tests: YES
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/linux-builds-on-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- armv7-linux-androideabi # skip-pr skip-master
- i686-linux-android # skip-pr skip-master
- x86_64-linux-android # skip-pr skip-master
- riscv64gc-unknown-linux-gnu # skip-master
include:
- target: x86_64-unknown-linux-gnu
run_tests: YES
Expand Down
2 changes: 1 addition & 1 deletion ci/actions-templates/linux-builds-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- armv7-linux-androideabi # skip-pr skip-master
- i686-linux-android # skip-pr skip-master
- x86_64-linux-android # skip-pr skip-master
- riscv64gc-unknown-linux-gnu # skip-pr skip-master
- riscv64gc-unknown-linux-gnu # skip-master
include:
- target: x86_64-unknown-linux-gnu
run_tests: YES
Expand Down
4 changes: 4 additions & 0 deletions ci/docker/riscv64gc-unknown-linux-gnu/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM rust-riscv64gc-unknown-linux-gnu

ENV CC_riscv64gc_unknown_linux_gnu=riscv64-unknown-linux-gnu-gcc \
CARGO_TARGET_RISCV64GC_UNKNOWN_LINUX_GNU_LINKER=riscv64-unknown-linux-gnu-gcc

0 comments on commit 2461c93

Please sign in to comment.