Skip to content

Commit 3ffb720

Browse files
committed
Revert "[CI] Pin nightly rust to 2021-01-05"
This reverts commit 9e97930. Because "nightly" works (again).
1 parent 872e48d commit 3ffb720

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile.ci

Lines changed: 1 addition & 2 deletions
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/blink

0 commit comments

Comments
 (0)