Skip to content

Commit 1abd2fe

Browse files
committed
Use verbose options for rust install and build
Change-type: patch
1 parent 93eab20 commit 1abd2fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ COPY src ./src
2020

2121
RUN . "$HOME/.cargo/env" && \
2222
# 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
2424

2525
COPY run-tests.sh /
2626
CMD ["/run-tests.sh"]

install-rust.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ cat rustup-init.sha256
4747
sha256sum --check rustup-init.sha256
4848

4949
# Run rustup-init
50-
exec "./$target/rustup-init" -y --default-toolchain "stable-$rust_triple"
50+
exec "./$target/rustup-init" -v -y --default-toolchain "stable-$rust_triple"

0 commit comments

Comments
 (0)