mirror of
https://github.com/system76/firmware-open.git
synced 2025-07-03 12:53:22 +00:00
container: Remove nightly-2023-01-21 toolchain
firmware-setup has been updated to be able to use newer toolchains. Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
parent
07a6b0c675
commit
edd2e90f02
1 changed files with 0 additions and 10 deletions
|
@ -167,15 +167,5 @@ RUN . "${HOME}/.cargo/env" \
|
||||||
--component=clippy,rustfmt \
|
--component=clippy,rustfmt \
|
||||||
${RUST_TOOLCHAIN}
|
${RUST_TOOLCHAIN}
|
||||||
|
|
||||||
# XXX: firmware-setup is stuck on 2023-01-21
|
|
||||||
# Ref: https://github.com/system76/firmware-setup/issues/47
|
|
||||||
RUN . "${HOME}/.cargo/env" \
|
|
||||||
&& rustup toolchain install \
|
|
||||||
--no-self-update \
|
|
||||||
--target x86_64-unknown-uefi \
|
|
||||||
--profile minimal \
|
|
||||||
--component=clippy,rustfmt \
|
|
||||||
nightly-2023-01-21
|
|
||||||
|
|
||||||
WORKDIR /workspace
|
WORKDIR /workspace
|
||||||
CMD ["bash"]
|
CMD ["bash"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue