Skip to content

Conversation

@magravel
Copy link
Collaborator

@magravel magravel commented Aug 20, 2025

Description

This pull request brings rust fmt/clippy/doc/test validation to pull requests. Initial fixes for these are also included in this PR.

The file sync commit was cherry-picked from this pull request: #66

  • Impacts functionality?
  • Impacts security?
  • Breaking change?
  • Includes tests?
  • Includes documentation?

How This Was Tested

This was tested by running the PR pipeline ( clippy, fmt, build, test, coverage, doc ).

Integration Instructions

N/A

@mu-automation mu-automation bot added the impact:non-functional Does not have a functional impact label Aug 20, 2025
@magravel magravel changed the title Fix for devops sync Synced file(s) with microsoft/mu_devops and Cargo fixes. Aug 21, 2025
@magravel magravel marked this pull request as ready for review August 21, 2025 16:35
@magravel magravel force-pushed the magravel/fix-for-devops-sync branch from 21a8d12 to b8d42f5 Compare August 22, 2025 01:20
magravel and others added 16 commits August 21, 2025 18:46
## Description

There was an error when building on aarm64. A function name has changed
but not for arm, so it didn't build.

- [ ] Impacts functionality?
- [ ] Impacts security?
- [ ] Breaking change?
- [ ] Includes tests?
- [ ] Includes documentation?

## How This Was Tested

Building the repo.

## Integration Instructions

N/A
## Description

Version update for the upcoming release.

- [ ] Impacts functionality?
- [ ] Impacts security?
- [ ] Breaking change?
- [ ] Includes tests?
- [ ] Includes documentation?

## How This Was Tested

N/A

## Integration Instructions

N/A

Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
synced local file(s) with
[microsoft/mu_devops](https://github.com/microsoft/mu_devops).

🤖: View the [Repo File Sync Configuration
File](https://github.com/microsoft/mu_devops/blob/main/.sync/Files.yml)
to see how files are synced.

---

This PR was created automatically by the
[repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action)
workflow run
[#14543724197](https://github.com/microsoft/mu_devops/actions/runs/14543724197)

---

PR recreated under my GitHub account to pass CLA until
microsoft/cla-approved-bots#12 is completed.

Signed-off-by: Project Mu UEFI Bot <uefibot@microsoft.com>
Co-authored-by: mu-automation[bot] <204385837+mu-automation[bot]@users.noreply.github.com>
synced local file(s) with
[microsoft/mu_devops](https://github.com/microsoft/mu_devops).

Signed-off-by: Project Mu UEFI Bot <uefibot@microsoft.com>
Co-authored-by: mu-automation[bot] <204385837+mu-automation[bot]@users.noreply.github.com>
synced local file(s) with
[microsoft/mu_devops](https://github.com/microsoft/mu_devops).

🤖: View the [Repo File Sync Configuration
File](https://github.com/microsoft/mu_devops/blob/main/.sync/Files.yml)
to see how files are synced.



---

This PR was created automatically by the
[repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action)
workflow run
[#15330387217](https://github.com/microsoft/mu_devops/actions/runs/15330387217)

Signed-off-by: Project Mu UEFI Bot <uefibot@microsoft.com>
Co-authored-by: mu-automation[bot] <204385837+mu-automation[bot]@users.noreply.github.com>
synced local file(s) with
[microsoft/mu_devops](https://github.com/microsoft/mu_devops).

Signed-off-by: Project Mu UEFI Bot <uefibot@microsoft.com>
Co-authored-by: mu-automation[bot] <204385837+mu-automation[bot]@users.noreply.github.com>
synced local file(s) with
[microsoft/mu_devops](https://github.com/microsoft/mu_devops).

🤖: View the [Repo File Sync Configuration
File](https://github.com/microsoft/mu_devops/blob/main/.sync/Files.yml)
to see how files are synced.

---

This PR was created automatically by the
[repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action)
workflow run
[#15775460248](https://github.com/microsoft/mu_devops/actions/runs/15775460248)

Signed-off-by: Project Mu UEFI Bot <uefibot@microsoft.com>
Co-authored-by: mu-automation[bot] <204385837+mu-automation[bot]@users.noreply.github.com>
synced local file(s) with
[microsoft/mu_devops](https://github.com/microsoft/mu_devops).

🤖: View the [Repo File Sync Configuration
File](https://github.com/microsoft/mu_devops/blob/main/.sync/Files.yml)
to see how files are synced.

---

This PR was created automatically by the
[repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action)
workflow run
[#16039182195](https://github.com/microsoft/mu_devops/actions/runs/16039182195)

Signed-off-by: Project Mu UEFI Bot <uefibot@microsoft.com>
Co-authored-by: mu-automation[bot] <204385837+mu-automation[bot]@users.noreply.github.com>
synced local file(s) with
[microsoft/mu_devops](https://github.com/microsoft/mu_devops).

🤖: View the [Repo File Sync Configuration
File](https://github.com/microsoft/mu_devops/blob/main/.sync/Files.yml)
to see how files are synced.

---

This PR was created automatically by the
[repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action)
workflow run
[#16412961993](https://github.com/microsoft/mu_devops/actions/runs/16412961993)

Signed-off-by: Project Mu UEFI Bot <uefibot@microsoft.com>
Co-authored-by: mu-automation[bot] <204385837+mu-automation[bot]@users.noreply.github.com>
synced local file(s) with
[microsoft/mu_devops](https://github.com/microsoft/mu_devops).

Signed-off-by: Project Mu UEFI Bot <uefibot@microsoft.com>
Co-authored-by: mu-automation[bot] <204385837+mu-automation[bot]@users.noreply.github.com>
@magravel magravel force-pushed the magravel/fix-for-devops-sync branch from e1b92bb to 6a276fd Compare August 22, 2025 01:46
@makubacki
Copy link
Member

/azp run

@azure-pipelines
Copy link

Azure Pipelines failed to run 1 pipeline(s).

@makubacki
Copy link
Member

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@magravel magravel changed the title Synced file(s) with microsoft/mu_devops and Cargo fixes. Synced file(s) with microsoft/mu_devops with additional cargo checks and Rust fixes for those checks. Aug 25, 2025
@magravel magravel changed the title Synced file(s) with microsoft/mu_devops with additional cargo checks and Rust fixes for those checks. Synced files with microsoft/mu_devops adding additional cargo checks and Rust fixes for those checks. Aug 25, 2025
@makubacki makubacki changed the title Synced files with microsoft/mu_devops adding additional cargo checks and Rust fixes for those checks. Sync Mu DevOps Files, add new cargo checks, and fix resulting errors Aug 25, 2025
@makubacki makubacki merged commit c088a42 into microsoft:main Aug 25, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

impact:non-functional Does not have a functional impact

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants