We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0502ee commit 8987d8aCopy full SHA for 8987d8a
1 file changed
build.sh
@@ -47,6 +47,8 @@ echo "==> Building"
47
buildah run --env RUSTFLAGS="-C target-cpu=x86-64-v3" "$build" -- cargo build --release
48
49
if [ -n "$BUILDER_IMAGE" ]; then
50
+ echo "==> Installing clippy"
51
+ buildah run "$build" -- rustup component add clippy
52
echo "==> Compiling tests"
53
buildah run "$build" -- cargo test --no-run
54
echo "==> Committing builder: $BUILDER_IMAGE"
0 commit comments