Skip to content

Commit 8987d8a

Browse files
committed
install clippy
1 parent b0502ee commit 8987d8a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ echo "==> Building"
4747
buildah run --env RUSTFLAGS="-C target-cpu=x86-64-v3" "$build" -- cargo build --release
4848

4949
if [ -n "$BUILDER_IMAGE" ]; then
50+
echo "==> Installing clippy"
51+
buildah run "$build" -- rustup component add clippy
5052
echo "==> Compiling tests"
5153
buildah run "$build" -- cargo test --no-run
5254
echo "==> Committing builder: $BUILDER_IMAGE"

0 commit comments

Comments
 (0)