solana-with-rpc-optimizations/ci/docker
Ryo Onodera 798cb561e1
Support running miri in ci (#534)
* Support running miri in ci

* fail fast...

* wait miri is still not stable?

* clean up

* fmt

* Move to Dockerfile
2024-04-02 19:25:51 +09:00
..
Dockerfile
README.md
build.sh

README.md

Docker image containing rust, rust nightly and some preinstalled packages used in CI

This image is manually maintained:

CLI

  1. Edit
    1. ci/rust-version.sh for rust and rust nightly version
    2. ci/docker/Dockerfile for other packages
  2. Ensure you're a member of the Solana Docker Hub Organization and already docker login
  3. Run ci/docker/build.sh to build/publish the new image