Enable CI builds for `riscv64-linux` (#3685)

change-detection
yvt 2 years ago committed by GitHub
parent 9c627c65e5
commit 29fe0c3862
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -54,6 +54,11 @@ jobs:
rust: stable
target: aarch64-unknown-linux-gnu
cross: true
- build: riscv64-linux
os: ubuntu-20.04
rust: stable
target: riscv64gc-unknown-linux-gnu
cross: true
- build: x86_64-macos
os: macos-latest
rust: stable

Loading…
Cancel
Save