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 a97a55f commit 8ee1957
Show file tree
Hide file tree
Showing 3 changed files with 3 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

0 comments on commit 8ee1957

Please sign in to comment.