Skip to content

v9.1.8

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Mar 17:57
· 52 commits to refs/heads/main since this release
fdb2256

What's Changed

  • Prevent rustup self update @Javagedes (#327)
    Change Details
      By default `rusup` performs a self-update when installing a new rustc toolchain, Sometimes, the files are locked by windows, and the self update can fail as described here: https://github.com/rust-lang/rustup/issues/2441

    Since this is a pipeline run, we have no need to update rustup, and can rely on the version provided by the runner. By disabling the self update, the file conflict The process cannot access the file because it is being used by another process no longer appears as seen in this test PR: https://dev.azure.com/projectmu/mu/_build/results?buildId=65795&view=results




Full Changelog: v9.1.7...v9.1.8