Skip to content

Commit

Permalink
[CI] git revert e6167ec
Browse files Browse the repository at this point in the history
This reverts commit e6167ec.

Revert "[CI] Pin the nightly version in the Dockerfile to one that is working"

Because nightly is working again (since a couple of weeks).
  • Loading branch information
stappersg committed Jun 29, 2022
1 parent 61a8e0d commit c057499
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ RUN mkdir -p /code && chown avr-rust:avr-rust /code
USER avr-rust

# Install Rustup along with nightly
# TODO: Unpin from Jan 2021 nightly. The nightlies broke midway through the month.
RUN wget -q https://sh.rustup.rs -O /tmp/rustup.sh && sh /tmp/rustup.sh -y --profile minimal --default-toolchain nightly-2021-01-05 -c rust-src --quiet
RUN wget -q https://sh.rustup.rs -O /tmp/rustup.sh && sh /tmp/rustup.sh -y --profile minimal --default-toolchain nightly -c rust-src --quiet
ENV PATH=/home/avr-rust/.cargo/bin:$PATH

COPY --chown=avr-rust:avr-rust . /code/ruduino
Expand Down

0 comments on commit c057499

Please sign in to comment.