Граф коммитов

5 Коммитов

Автор SHA1 Сообщение Дата
Project Mu UEFI Bot [bot] 24833590ea
Repo File Sync: .sync/rust_config/rustfmt.toml: Use Rust default of 4 space indentation (#999)
## Description

Format only. `rustfmt.toml` now defaults to tab_spaces to 4 (earlier 2).

No functional changes. No files were actually changed by `cargo fmt
--all` command in this repo (as it does not have any rust files except
from submodules which will be ignored by cargo fmt anyway).

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

## How This Was Tested

No functional change.

## Integration Instructions

N/A

---

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
[#10037882152](https://github.com/microsoft/mu_devops/actions/runs/10037882152)

Signed-off-by: Project Mu UEFI Bot <uefibot@microsoft.com>
2024-07-22 16:42:17 -07:00
Project Mu UEFI Bot [bot] 2918d16949
Repo File Sync: Add Cargo features to Makefile.toml (#823)
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
[#7581631119](https://github.com/microsoft/mu_devops/actions/runs/7581631119)

Signed-off-by: Project Mu UEFI Bot <uefibot@microsoft.com>
2024-01-19 15:34:20 -05:00
Project Mu UEFI Bot [bot] ebb2c4629a
Repo File Sync: synced file(s) with microsoft/mu_devops (#715)
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
[#6315415760](https://github.com/microsoft/mu_devops/actions/runs/6315415760)

Signed-off-by: Project Mu UEFI Bot <uefibot@microsoft.com>
2023-09-26 18:48:35 +00:00
Project Mu UEFI Bot [bot] cd0985f641
Repo File Sync: Add check task to cargo makefile (#706)
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
[#6220399996](https://github.com/microsoft/mu_devops/actions/runs/6220399996)

Signed-off-by: Project Mu UEFI Bot <uefibot@microsoft.com>
2023-09-18 11:45:20 -04:00
Michael Kubacki 4fd10ae640 Add repo Rust infrastructure support
Adds files to support:

- A cargo-make makefile
- Default Rust toolchain version
- Rust formatting configuration
- Rust host-based unit test CI execution

Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
2023-08-30 19:03:45 -04:00