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:
Tim Crawford 2024-11-21 09:01:11 -07:00 committed by Tim Crawford
parent 07a6b0c675
commit edd2e90f02

View file

@ -167,15 +167,5 @@ RUN . "${HOME}/.cargo/env" \
--component=clippy,rustfmt \
${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
CMD ["bash"]