feat: don't install LLVM in ic-build image#10135
Draft
Conversation
This moves the aflplusplus build into a new build stage and only copies the relevant build output into the main build image. This avoids inheriting the LLVM install which makes the final image smaller, leading to faster download times (4.91GB -> 4.12GB, -16%).
Contributor
Author
|
Note: I might do the same for the cargo-audit install. Would do the same for e2fsdroid but I'd actually rather get rid of it entirely if possible. |
…bab0c2e85e98690ad5e69cf3b54cf ic-build: sha256:d7f562394dc9f2b801d7d9154f3a276a156d01d03a39fb37da5848bc116d1b36 ic-dev: sha256:b001f2fa9ed28fc86b055879303a9dbcf3d20d0cc0625504941b855f5a688ed6
Contributor
|
Run URL: https://github.com/dfinity/ic/actions/runs/25548973758 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 aflplusplus build into a new build stage and only copies the relevant build output into the main build image. This avoids inheriting the LLVM install which makes the final image smaller, leading to faster download times (4.91GB -> 4.12GB, -16%).