Skip to content

Commit

Permalink
WIP: test this CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
tblah committed Jul 16, 2020
1 parent 6cf162d commit 02d29b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion .github/workflows/linux-builds-on-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +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-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 02d29b2

Please sign in to comment.