Conversation
This removes the OVMF Ubuntu install (from the container) and replaces it with a download (and extraction) from Bazel, making the Bazel build more portable. There is currently no official prebuilt OVMF: tianocore/tianocore.github.io#101 The changes in this PR try to make the OVMF setup as self contained as possible in the hope that we can switch to an official, prebuilt OVMF in the future.
…bace497ca4e7654d794f8651024ad ic-build: sha256:303c515f77f3095d28f044cf6dc29237092c7b716944434ae7a4958e7ddab672 ic-dev: sha256:f1c19b43d67b17b961d77e827f7734631d8d4acc4d9599a19e0e82be700ce620
This comment was marked as low quality.
This comment was marked as low quality.
basvandijk
approved these changes
Jul 9, 2026
github-merge-queue
Bot
removed this pull request from the merge queue due to a conflict with the base branch
Jul 9, 2026
nmattia
enabled auto-merge
July 9, 2026 15:13
pull Bot
pushed a commit
to mikeyhodl/ic
that referenced
this pull request
Jul 10, 2026
Forgot to actually do it in dfinity#10710. --------- Co-authored-by: IDX GitHub Automation <>
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 removes the OVMF Ubuntu install (from the container) and replaces it with a download (and extraction) from Bazel, making the Bazel build more portable.
There is currently no official prebuilt OVMF: tianocore/tianocore.github.io#101
The changes in this PR try to make the OVMF setup as self contained as possible in the hope that we can switch to an official, prebuilt OVMF in the future.