v5.0.9
·
309 commits
to refs/heads/main
since this release
What's Changed
🐛 Bug Fixes
-
Containers/Ubuntu-22/Dockerfile: Get iasl from Project Mu NuGet feed @makubacki (#227)
Change Details
Resolves #228
Recently acpica.org has been unavailable, see:
acpica/acpica#888Project Mu already publishes iasl to a NuGet feed. To fix the
immediate container build issue and reduce external dependencies for
the future, this change gets iasl from the NuGet feed instead of from
acpica.org. A NuGet client application is not involved to keep the
container build steps light.The executable is moved to
/usr/binwhich is already on the system
path.Signed-off-by: Michael Kubacki michael.kubacki@microsoft.com
Full Changelog: v5.0.8...v5.0.9