File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ microdnf --assumeyes install \
34
34
microdnf clean all
35
35
rm -rf /var/cache/yum
36
36
37
+ # WARNING (@NickLarsenNZ): We should pin the rustup version
37
38
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain "$RUST_DEFAULT_TOOLCHAIN_VERSION"
38
39
. "$HOME/.cargo/env" && cargo --quiet install cargo-cyclonedx@"$CARGO_CYCLONEDX_CRATE_VERSION" cargo-auditable@"$CARGO_AUDITABLE_CRATE_VERSION"
39
40
EOF
@@ -44,6 +45,7 @@ RUN <<EOF
44
45
git clone --depth 1 --branch "${CONFIG_UTILS_VERSION}" https://github.com/stackabletech/config-utils
45
46
cd ./config-utils
46
47
. "$HOME/.cargo/env"
48
+ rustup toolchain install
47
49
cargo auditable --quiet build --release && cargo cyclonedx --all --spec-version 1.5 --describe binaries
48
50
EOF
49
51
@@ -53,6 +55,7 @@ RUN <<EOF
53
55
git clone --depth 1 --branch "${CONTAINERDEBUG_VERSION}" https://github.com/stackabletech/containerdebug
54
56
cd ./containerdebug
55
57
. "$HOME/.cargo/env"
58
+ rustup toolchain install
56
59
cargo auditable --quiet build --release && cargo cyclonedx --all --spec-version 1.5 --describe binaries
57
60
EOF
58
61
You can’t perform that action at this time.
0 commit comments