We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93eab20 commit 1abd2feCopy full SHA for 1abd2fe
Dockerfile
@@ -20,7 +20,7 @@ COPY src ./src
20
21
RUN . "$HOME/.cargo/env" && \
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
+ CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse cargo build --release --verbose
24
25
COPY run-tests.sh /
26
CMD ["/run-tests.sh"]
install-rust.sh
@@ -47,4 +47,4 @@ cat rustup-init.sha256
47
sha256sum --check rustup-init.sha256
48
49
# Run rustup-init
50
-exec "./$target/rustup-init" -y --default-toolchain "stable-$rust_triple"
+exec "./$target/rustup-init" -v -y --default-toolchain "stable-$rust_triple"
0 commit comments