File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ if [ "${CROSS}" = "1" ]; then
77 export CARGO_NET_RETRY=5
88 export CARGO_NET_TIMEOUT=10
99
10- cargo install cross
10+ cargo install cross --git https://github.com/cross-rs/cross --rev 4090beca3cfffa44371a5bba524de3a578aa46c3
1111 CARGO=cross
1212fi
1313
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ if [ "${CROSS}" = "1" ]; then
77 export CARGO_NET_RETRY=5
88 export CARGO_NET_TIMEOUT=10
99
10- cargo install cross
10+ cargo install cross --git https://github.com/cross-rs/cross --rev 4090beca3cfffa44371a5bba524de3a578aa46c3
1111 CARGO=cross
1212fi
1313
Original file line number Diff line number Diff line change 7272 armv7-unknown-linux-gnueabihf,
7373 riscv64gc-unknown-linux-gnu,
7474 thumbv7neon-unknown-linux-gnueabihf,
75+ loongarch64-unknown-linux-gnu,
7576# mips64-unknown-linux-muslabi64,
76- # loongarch64-unknown-linux-gnu,
7777# s390x-unknown-linux-gnu,
7878
7979 x86_64-apple-darwin,
@@ -98,10 +98,10 @@ jobs:
9898 os : ubuntu-latest
9999 - target : thumbv7neon-unknown-linux-gnueabihf
100100 os : ubuntu-latest
101+ - target : loongarch64-unknown-linux-gnu
102+ os : ubuntu-latest
101103# - target: mips64-unknown-linux-muslabi64
102104# os: ubuntu-latest
103- # - target: loongarch64-unknown-linux-gnu
104- # os: ubuntu-latest
105105# - target: s390x-unknown-linux-gnu
106106# os: ubuntu-latest
107107
You can’t perform that action at this time.
0 commit comments