Use newer rust when building releases

This commit is contained in:
Simon Gellis 2026-03-29 12:29:52 -04:00
parent 391702b3f3
commit 8f6a6f86db
No known key found for this signature in database
GPG Key ID: DA576912FED9577B
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ RUN apt-get update && \
ln -s $(which ld64.lld-21) /usr/bin/ld64.lld && \
SDK_VERSION=14.5 UNATTENDED=1 ENABLE_COMPILER_RT_INSTALL=1 TARGET_DIR=/osxcross ./build.sh
FROM rust:1.93-bookworm
FROM rust:1.94-bookworm
ADD --chmod=644 "https://apt.llvm.org/llvm-snapshot.gpg.key" /etc/apt/trusted.gpg.d/apt.llvm.org.asc
COPY llvm.sources /etc/apt/sources.list.d/llvm.sources
COPY install-llvm.sh .