Skip to content

Commit

Permalink
.sync/Files.yml: Drop Makefile.toml sync to mu_rust_hid (#251)
Browse files Browse the repository at this point in the history
Do not sync the file since the repo is not planned to host UEFI rust
code at this time which the makefile helps cater to.

Signed-off-by: Michael Kubacki <[email protected]>
  • Loading branch information
makubacki authored Sep 22, 2023
1 parent af9bf2c commit d7d1b8a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .sync/Files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -594,8 +594,6 @@ group:
# Rust - Formatting configuration
- files:
- source: .sync/rust_config/Makefile.toml
dest: Makefile.toml
- source: .sync/rust_config/rust-toolchain.toml
dest: rust-toolchain.toml
template: true
Expand All @@ -606,3 +604,12 @@ group:
microsoft/mu_plus
microsoft/mu_rust_hid
microsoft/mu_tiano_platforms
# Rust - Makefile (for UEFI builds)
- files:
- source: .sync/rust_config/Makefile.toml
dest: Makefile.toml
repos: |
microsoft/mu_basecore
microsoft/mu_plus
microsoft/mu_tiano_platforms

0 comments on commit d7d1b8a

Please sign in to comment.