solana/ci/docker-rust
Alexander Meißner 9e703f85de
Upgrades Rust to 1.72.0 & nightly-2023-08-25 (#32961)
* allow pedantic invalid cast lint

* allow lint with false-positive triggered by `test-case` crate

* nightly `fmt` correction

* adapt to rust layout changes

* remove dubious test

* Use transmute instead of pointer cast and de/ref when check_aligned is false.

* Renames clippy::integer_arithmetic to clippy::arithmetic_side_effects.

* bump rust nightly to 2023-08-25

* Upgrades Rust to 1.72.0

---------

Co-authored-by: Trent Nelson <trent@solana.com>
2023-09-01 07:26:13 +00:00
..
Dockerfile Upgrades Rust to 1.72.0 & nightly-2023-08-25 (#32961) 2023-09-01 07:26:13 +00:00
README.md Update to rust 1.44.0 (#10585) 2020-06-17 01:32:16 +09:00
build.sh Build rust docker images for linux/amd64 2022-04-11 18:15:03 -04:00

README.md

Docker image containing rust and some preinstalled packages used in CI.

NOTE: Recreate rust-nightly docker image after this when updating the stable rust version! Both of docker images must be updated in tandem.

This image manually maintained:

  1. Edit Dockerfile to match the desired rust version
  2. Run docker login to enable pushing images to Docker Hub, if you're authorized.
  3. Run ./build.sh to publish the new image, if you are a member of the Solana Labs Docker Hub organization.