Skip to content

v10.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Jun 21:37
· 5 commits to refs/heads/main since this release
7e71f9a

What's Changed

  • Onboard Mu Rust Helpers to Mu DevOps @makubacki (#350)
    Change Details
      Mu Rust Helpers (https://github.com/microsoft/mu_rust_helpers) hosts Rust code used to build up other features.

    This change sets up file syncing to the repo and adds the repo to the
    GitHub notebooks.




  • .sync/codeql: Add retry on GitHub REST Access Failures @makubacki (#349)
    Change Details
      Attempts sometimes fail on the first try and later succeed when reaching out to the GitHub REST API. To prevent actions from having to be rerun, try up to 5 times waiting 10 seconds between each try.

  • Add CLANGPDB prerequisite steps template @kuqin12 (#348)
    Change Details
      This change added the prerequisite template for installing CLANGPDB at designated locations.

    This is needed so that "make" does not complain about the clang install path has space in it.




  • Onboard Mu Rust PI to Mu DevOps @makubacki (#345)
    Change Details
      Mu Rust Pi (https://github.com/microsoft/mu_rust_pi) hosts Rust code for the Platform Initialization (PI) Specification.

    This change sets up file syncing to the repo and adds the repo to the
    GitHub notebooks.




🚀 Features & ✨ Enhancements

  • codeql-platform.yml: Remove arch @makubacki (#347)
    Change Details
      The `-a` parameter was recently removed from platform pipeline files.

    This change follows the pattern of depending on platforms to specify
    their default architecture for the build.




Full Changelog: v10.0.0...v10.1.0