File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737{% set previous_mu_release_branch = " release/202311" %}
3838
3939{# The version of the ubuntu-24-build container to use. #}
40- {% set linux_build_container = " ghcr.io/microsoft/mu_devops/ubuntu-24-build:d412ccd " %}
40+ {% set linux_build_container = " ghcr.io/microsoft/mu_devops/ubuntu-24-build:b089181 " %}
4141
4242{# The Python version to use. #}
4343{% set python_version = " 3.12" %}
Original file line number Diff line number Diff line change @@ -78,7 +78,12 @@ Table of Contents
7878
7979 - `Submodule Release Updater `_
8080
81- 9. `Links `_
81+ 9. `Steps for Updating Rust Tool Chain `_
82+
83+ 10. `Links `_
84+
85+
86+
8287
8388Continuous Integration (CI)
8489===========================
@@ -379,6 +384,19 @@ the GitHub action.
379384
380385 - `.sync/workflows/leaf/submodule-release-update.yml `
381386
387+ Steps for Updating Rust Tool Chain
388+ =====================
389+
390+ Steps required to update the Rust tool chain in the Mu DevOps repo. The steps are as follows:
391+
392+ 1. Update rust_toolchain in .sync/Version.njk to the new version.
393+ 2. Run Build Containers workflow to build a new linux container image (which will use updated .sync/Version.njk).
394+ 3. Update linux_build_container in .sync/Version.njk with the new version.
395+ 4. Create new mu_devops tag.
396+ 5. Update mu_devops in .sync/Version.njk to the newly generated tag.
397+ 6. Run Sync Mu DevOps Files to Mu Repos workflow to sync the new version to all Mu repos.
398+ 7. Complete associated PRs in the Mu repos.
399+
382400Links
383401=====
384402- `Basic Azure Landing Site <https://docs.microsoft.com/en-us/azure/devops/pipelines/?view=azure-devops >`_
You can’t perform that action at this time.
0 commit comments