Skip to content

Commit 9e97930

Browse files
committed
[CI] Pin nightly rust to 2021-01-05
Nightlies broke midway through the month.
1 parent f44278c commit 9e97930

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile.ci

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

1212
# Install Rustup along with nightly
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
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
1415
ENV PATH=/home/avr-rust/.cargo/bin:$PATH
1516

1617
COPY --chown=avr-rust:avr-rust . /code/blink

0 commit comments

Comments
 (0)