Skip to content

Commit

Permalink
Merge pull request #5772 from oasisprotocol/kostko/feature/bump-rust-…
Browse files Browse the repository at this point in the history
…toolchain-2024-07-09-docker

docker: Bump Rust toolchain to 2024-07-09
  • Loading branch information
kostko committed Jul 9, 2024
2 parents 606d044 + e07e57f commit 120a7dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .changelog/5772.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump Rust toolchain to 2024-07-09
6 changes: 3 additions & 3 deletions docker/oasis-core-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG GOLANGCILINT_VERSION=1.56.1
ARG GOCOVMERGE_VERSION=b5bfa59ec0adc420475f97f89b58045c721d761c
ARG GOFUMPT_VERSION=v0.6.0
ARG GOIMPORTS_VERSION=v0.18.0
ARG RUST_NIGHTLY_VERSION=2024-03-04
ARG RUST_NIGHTLY_VERSION=2024-07-09
ARG JEMALLOC_VERSION=5.2.1
ARG JEMALLOC_CHECKSUM=34330e5ce276099e2e8950d9335db5a875689a4c6a56751ef3b1d8c537f887f6

Expand Down Expand Up @@ -52,8 +52,8 @@ RUN curl "https://sh.rustup.rs" -sfo rustup.sh && \
sh rustup.sh -y --default-toolchain nightly-${RUST_NIGHTLY_VERSION} && \
rustup target add x86_64-fortanix-unknown-sgx && \
rustup component add rustfmt && \
cargo install --git https://github.com/fortanix/rust-sgx --rev e2f677b28e2a934bc3b3d20cc201962f0bf556b3 fortanix-sgx-tools && \
cargo install --git https://github.com/fortanix/rust-sgx --rev e2f677b28e2a934bc3b3d20cc201962f0bf556b3 sgxs-tools && \
cargo install fortanix-sgx-tools && \
cargo install sgxs-tools && \
cargo install cargo-audit

# Install Go and utilities.
Expand Down

0 comments on commit 120a7dd

Please sign in to comment.