We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c1d3d3 commit 7bfa0f6Copy full SHA for 7bfa0f6
.travis.yml
@@ -12,6 +12,8 @@ addons:
12
- libglfw3-dev
13
- cmake
14
script:
15
+ - cargo install sccache
16
+ - export RUSTC_WRAPPER=sccache
17
- rustup target add aarch64-unknown-linux-gnu
18
- cd simd
19
- cargo build --target aarch64-unknown-linux-gnu
@@ -27,6 +29,5 @@ script:
27
29
env:
28
30
global:
31
- HARFBUZZ_SYS_NO_PKG_CONFIG=true
- - RUSTC_WRAPPER=sccache
32
notifications:
33
webhooks: http://build.servo.org:54856/travis
0 commit comments