feat: move afl build to separate stage#10517
Draft
nmattia wants to merge 2 commits into
Draft
Conversation
This moves the AFL stage in the dockerfile to another stage, so that afl does not have to be rebuilt when other packages like bazelisk or motoko change.
…c21f7cb6b5408a545e44b0807c3da ic-build: sha256:f8758e09f376a35cb355c1c01178ebf96376a78e2d02c55263b44759c27cfb1c ic-dev: sha256:86b729d7101379ede6ddd4dd54bc64f7321cb579be98ec18026f244aabc1c43f
Contributor
|
Run URL: https://github.com/dfinity/ic/actions/runs/27823290511 New container images with tag: |
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.
This moves the AFL stage in the dockerfile to another stage, so that afl does not have to be rebuilt when other packages like bazelisk or motoko change.