Commit 87aa0ff 1 parent 93eab20 commit 87aa0ff Copy full SHA for 87aa0ff
File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ COPY src ./src
20
20
21
21
RUN . "$HOME/.cargo/env" && \
22
22
# See https://blog.rust-lang.org/inside-rust/2023/01/30/cargo-sparse-protocol.html
23
- CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse cargo build --release
23
+ CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse cargo build --release --verbose
24
24
25
25
COPY run-tests.sh /
26
26
CMD ["/run-tests.sh" ]
Original file line number Diff line number Diff line change @@ -46,5 +46,7 @@ cat rustup-init.sha256
46
46
# Verify checksum
47
47
sha256sum --check rustup-init.sha256
48
48
49
+ export CARGO_BUILD_JOBS=1
50
+
49
51
# Run rustup-init
50
- exec " ./$target /rustup-init" -y --default-toolchain " stable-$rust_triple "
52
+ exec " ./$target /rustup-init" -v - y --default-toolchain " stable-$rust_triple "
You can’t perform that action at this time.
0 commit comments