forked from HarukaMa/snarkOS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# To Update | ||
|
||
1. Go to [Rustup components availability page](https://rust-lang.github.io/rustup-components-history/) | ||
2. Find the latest version that supports `rustfmt` component (e.g. 2021-01-31) | ||
3. Update the Dockerfile by changing `RUST_VERSION` to the target version (e.g. nightly-2021-01-31) | ||
2. Find the latest version that supports `rustfmt` component (e.g. 2021-03-25) | ||
3. Update the Dockerfile by changing `RUST_VERSION` to the target version (e.g. nightly-2021-03-25) | ||
4. Build and push: | ||
```bash | ||
docker build -t howardwu/snarkos-codecov:2021-01-31 . | ||
docker push howardwu/snarkos-codecov:2021-01-31 | ||
docker build -t howardwu/snarkos-codecov:2021-03-25 . | ||
docker push howardwu/snarkos-codecov:2021-03-25 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
1. Go to [Rustup components availability page](https://rust-lang.github.io/rustup-components-history/) | ||
2. Find out latest version that supports `rustfmt` component (e.g. 2021-01-31) | ||
3. Edit Dockerfile. Change `RUST_VERSION` to the target version e.g. nightly-2021-01-31. | ||
2. Find out latest version that supports `rustfmt` component (e.g. 2021-03-25) | ||
3. Edit Dockerfile. Change `RUST_VERSION` to the target version e.g. nightly-2021-03-25. | ||
4. Build and push: | ||
|
||
```bash | ||
docker build -t howardwu/snarkos-ci:2021-01-31 . | ||
docker push howardwu/snarkos-ci:2021-01-31 | ||
docker build -t howardwu/snarkos-ci:2021-03-25 . | ||
docker push howardwu/snarkos-ci:2021-03-25 | ||
``` |