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.
2 parents 778ef96 + 65609c6 commit 03fd86dCopy full SHA for 03fd86d
.travis/compile-backend.sh
@@ -14,4 +14,5 @@ docker \
14
-v $cache_dir/rust/target:/ui/target \
15
--workdir /ui \
16
ekidd/rust-musl-builder:nightly \
17
- bash -c 'cargo build --locked --target=x86_64-unknown-linux-musl --release'
+ bash -c 'sudo chown -R rust:rust /home/rust/.cargo /ui/target; \
18
+ cargo build --locked --target=x86_64-unknown-linux-musl --release'
0 commit comments