Skip to content

Commit

Permalink
ci-builder: pin versions of cargo tools
Browse files Browse the repository at this point in the history
Otherwise builds are not reproducible.
  • Loading branch information
benesch committed Sep 21, 2020
1 parent 13b03d9 commit a65697c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ RUN mkdir rust \
;; \
esac \
&& rm -rf rust \
&& cargo install --root /usr/local cargo-deb cargo-deny
&& cargo install --root /usr/local --version "=1.28.0" cargo-deb \
&& cargo install --root /usr/local --version "=0.7.3" cargo-deny

# Step 2d. Set LC_CTYPE to allow UTF-8, for Python 3.6. This will become
# unnecessary when we upgrade to Python 3.7+.
Expand Down

0 comments on commit a65697c

Please sign in to comment.