File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 - rust-target : aarch64-unknown-linux-gnu
3434 os : ubuntu-latest
3535 cross : true
36+ - rust-target : riscv64gc-unknown-linux-gnu
37+ os : ubuntu-latest
38+ cross : true
3639 - rust-target : x86_64-apple-darwin
3740 os : macos-latest
3841 - rust-target : aarch64-apple-darwin
8992 - rust-target : aarch64-unknown-linux-gnu
9093 os : ubuntu-latest
9194 cross : true
95+ - rust-target : riscv64gc-unknown-linux-gnu
96+ os : ubuntu-latest
97+ cross : true
9298 - rust-target : x86_64-apple-darwin
9399 os : macos-latest
94100 - rust-target : aarch64-apple-darwin
Original file line number Diff line number Diff line change @@ -9,3 +9,15 @@ env.passthrough = [
99 " OPENSSL_STATIC=yes"
1010]
1111image = " ghcr.io/cross-rs/aarch64-unknown-linux-gnu:edge"
12+
13+ [target .riscv64gc-unknown-linux-gnu ]
14+ pre-build = [
15+ " dpkg --add-architecture $CROSS_DEB_ARCH" ,
16+ " apt-get update && apt-get --assume-yes install libssl-dev:$CROSS_DEB_ARCH" ,
17+ ]
18+ env.passthrough = [
19+ " OPENSSL_LIB_DIR=/usr/lib/riscv64-linux-gnu" ,
20+ " OPENSSL_INCLUDE_DIR=/usr/include/riscv64-linux-gnu/openssl" ,
21+ " OPENSSL_STATIC=yes"
22+ ]
23+ image = " ghcr.io/cross-rs/riscv64gc-unknown-linux-gnu:edge"
You can’t perform that action at this time.
0 commit comments