Ubuntu 24 add clang 20 1 8 support#122
Merged
osteffenrh merged 2 commits intotianocore:mainfrom Mar 3, 2026
Merged
Conversation
Detailed changes include: * Add clang-20, llvm-20, lld-20, and libclang-rt-20 * Add support for i386 applications for unit testing and EmulatorPkg builds * Add GCCNOLTO environment variable settings * Remove initialization of python venv. Defer to CI jobs that may cache venv, pip upgrade, and pip installs. * Remove deprecated GCC5 environment variable settings * Remove deprecated ARM tools and update-alternatives * Remove install of edkrepo from build image * Optimize the number of apt-get actions to reduce time required to launch docker image in GitHub Actions Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
* Create python virtual environment * Use GCC instead of GCC5 that has been deprecated Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
ardbiesheuvel
approved these changes
Mar 3, 2026
osteffenrh
approved these changes
Mar 3, 2026
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.
Description
Make the following changes to Ubuntu-24 that is being used for development of GitHub Actions CI runners.
and EmulatorPkg builds
jobs that may cache venv, pip upgrade, and pip installs.
required to launch docker image in GitHub Actions
Update edk2 tests:
Containers Affected
Ubuntu-24