Skip to content

Commit 7bfa0f6

Browse files
committed
XXX
1 parent 6c1d3d3 commit 7bfa0f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ addons:
1212
- libglfw3-dev
1313
- cmake
1414
script:
15+
- cargo install sccache
16+
- export RUSTC_WRAPPER=sccache
1517
- rustup target add aarch64-unknown-linux-gnu
1618
- cd simd
1719
- cargo build --target aarch64-unknown-linux-gnu
@@ -27,6 +29,5 @@ script:
2729
env:
2830
global:
2931
- HARFBUZZ_SYS_NO_PKG_CONFIG=true
30-
- RUSTC_WRAPPER=sccache
3132
notifications:
3233
webhooks: http://build.servo.org:54856/travis

0 commit comments

Comments
 (0)