Skip to content

Commit c057499

Browse files
committed
[CI] git revert e6167ec
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).
1 parent 61a8e0d commit c057499

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile.ci

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ RUN mkdir -p /code && chown avr-rust:avr-rust /code
1010
USER avr-rust
1111

1212
# Install Rustup along with nightly
13-
# TODO: Unpin from Jan 2021 nightly. The nightlies broke midway through the month.
14-
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
13+
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
1514
ENV PATH=/home/avr-rust/.cargo/bin:$PATH
1615

1716
COPY --chown=avr-rust:avr-rust . /code/ruduino

0 commit comments

Comments
 (0)