fix: don't include rust-toolchain.toml in container TAG#10772
Merged
basvandijk merged 2 commits intoJul 14, 2026
Merged
Conversation
basvandijk
marked this pull request as ready for review
July 14, 2026 13:23
basvandijk
enabled auto-merge
July 14, 2026 13:24
nmattia
approved these changes
Jul 14, 2026
…6b81bf78b3c70a5b033eff53477f9 ic-build: sha256:0ccc3a7bae8469bd391515b52ad929e87454739a5fc6f5c5414292fd0f04b499 ic-dev: sha256:e42d9e433daedb82c3d0ed7708a4274c33d6163356ed8ecd8e60fda3611a80c3
Contributor
|
Run URL: https://github.com/dfinity/ic/actions/runs/29336304636 New container images with tag: |
tmu0
approved these changes
Jul 14, 2026
basvandijk
deleted the
basvandijk/do-not-include-rust-toolchain.toml-in-container-tag
branch
July 14, 2026 15:19
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
rust-toolchain.tomlis not read when building the container anymore so it can be removed from the hash calculation. This will reduce future container updates.