Skip to content

v5.0.9

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Aug 19:11
· 129 commits to refs/heads/main since this release
101941b

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#888

    Project 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/bin which is already on the system
    path.

    Signed-off-by: Michael Kubacki [email protected]




Full Changelog: v5.0.8...v5.0.9