Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc057499

Browse files
committed
[CI] git reverte6167ec
This reverts commite6167ec.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 parent61a8e0d commitc057499

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/ruduino

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp