Skip to content

Commit eb73f06

Browse files
committed
.sync/Version.njk: Update linux_build_container for 1.84.0 toolchain.
Update Readme.rst to contain details on process for updating rust_toolchain versions.
1 parent b089181 commit eb73f06

2 files changed

Lines changed: 20 additions & 2 deletions

File tree

.sync/Version.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
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" %}

ReadMe.rst

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff 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

8388
Continuous 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+
382400
Links
383401
=====
384402
- `Basic Azure Landing Site <https://docs.microsoft.com/en-us/azure/devops/pipelines/?view=azure-devops>`_

0 commit comments

Comments
 (0)