Skip to content

Commit

Permalink
Bump to rust 1.75.0 for static QT builds too (#9992)
Browse files Browse the repository at this point in the history
  • Loading branch information
oskirby authored Oct 29, 2024
1 parent cb083db commit 57f00d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taskcluster/docker/linux-qt6-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ RUN apt-get -y install -t bullseye-backports cmake

## Install Rust
RUN mkdir -p /tmp/rust
RUN curl https://static.rust-lang.org/dist/rust-1.69.0-x86_64-unknown-linux-gnu.tar.gz -o /tmp/rust/rust-static.tar.gz
RUN curl https://static.rust-lang.org/dist/rust-1.75.0-x86_64-unknown-linux-gnu.tar.gz -o /tmp/rust/rust-static.tar.gz
RUN tar -C /tmp/rust -xf /tmp/rust/rust-static.tar.gz
RUN $(find /tmp/rust -name 'install.sh')
RUN rm -rf /tmp/rust
Expand Down

0 comments on commit 57f00d2

Please sign in to comment.