Skip to content

Commit 2260fa6

Browse files
committed
Use cross's install.sh
1 parent c034921 commit 2260fa6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.cirrus.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ task:
2424
before_cache_script: rm -rf $CARGO_HOME/registry/index
2525

2626
task:
27-
name: Linux
27+
name: Cross
2828
container:
2929
image: rust:1.24.1
3030
env:
3131
matrix:
32-
- TARGET: x86_64-unknown-linux-gnu
33-
- TARGET: i686-unknown-linux-gnu
32+
- TARGET: "x86_64-unknown-linux-gnu i686-unknown-linux-gnu"
33+
- TARGET: aarch64-unknown-linux-gnu
3434
cargo_cache:
3535
folder: $CARGO_HOME/registry
3636
fingerprint_script: cat Cargo.lock || echo ""
@@ -39,6 +39,7 @@ task:
3939
- cat /etc/debian_version
4040
- cat /proc/cpuinfo
4141
- cat /proc/crypto
42+
- sh install.sh
4243
test_script:
4344
- sh ci/script.sh
4445

@@ -56,5 +57,6 @@ task:
5657
- cat /etc/debian_version
5758
- cat /proc/cpuinfo
5859
- cat /proc/crypto
60+
- sh install.sh
5961
test_script:
6062
- sh ci/script.sh

0 commit comments

Comments
 (0)