Skip to content

Commit

Permalink
This should be home not root.
Browse files Browse the repository at this point in the history
  • Loading branch information
afinch7 committed Mar 5, 2019
1 parent c518671 commit 40e4dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
- *release_provider
script:
- rustup target add aarch64-unknown-linux-gnu
- echo "[target.aarch64-unknown-linux-gnu]\nlinker = \"aarch64-linux-gnu-gcc\"" > /root/.cargo/config
- echo "[target.aarch64-unknown-linux-gnu]\nlinker = \"aarch64-linux-gnu-gcc\"" > $HOME/.cargo/config
- apt -yq --no-install-suggests --no-install-recommends install g++-aarch64-linux-gnu gcc-aarch64-linux-gnu g++-7-multilib libc6-arm64-cross
- docker build -f Dockerfile-arm64-build -t deno-arm64-build .
- build/linux/sysroot_scripts/install-sysroot.py --arch=arm64
Expand Down

0 comments on commit 40e4dc8

Please sign in to comment.