Skip to content

Commit

Permalink
Try to fix CI build: error: Can not find Rust compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Feb 25, 2021
1 parent e5e69d0 commit 41e3db3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .infrastructure/arm.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ ENV REFRESH_TIME="120" \

RUN [ "cross-build-start" ]
RUN cd /infracheck \
&& export CRYPTOGRAPHY_DONT_BUILD_RUST=1 \
# install as a package
&& git remote remove origin || true \
&& git remote add origin https://github.com/riotkit-org/infracheck.git \
Expand Down
1 change: 1 addition & 0 deletions .infrastructure/x86_64.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ ENV REFRESH_TIME="120" \
CHECK_TIMEOUT="10"

RUN cd /infracheck \
&& export CRYPTOGRAPHY_DONT_BUILD_RUST=1 \
# install as a package
&& git remote remove origin || true \
&& git remote add origin https://github.com/riotkit-org/infracheck.git \
Expand Down

0 comments on commit 41e3db3

Please sign in to comment.