| commit | b8500fb0d7463f8fd629148fd0760ece2a4e7102 | [log] [tgz] |
|---|---|---|
| author | Tim Windelschmidt <tim@monogon.tech> | Mon Mar 24 15:57:52 2025 +0100 |
| committer | Tim Windelschmidt <tim@monogon.tech> | Wed Apr 02 09:00:33 2025 +0000 |
| tree | a24ad2e9d425d59e89451f88288a6ea7db91855e | |
| parent | 173c4124be37a158c7a8e4cafdab1696d05b6e69 [diff] |
build/rust: move to build/toolchain/rust-efi Change-Id: I57362142bb77bb9e09b51140f2c5a0ee4b6f597d Reviewed-on: https://review.monogon.dev/c/monogon/+/4031 Tested-by: Jenkins CI Reviewed-by: Leopold Schabel <leo@monogon.tech>
diff --git a/MODULE.bazel b/MODULE.bazel index 5767a91..4ba0610 100644 --- a/MODULE.bazel +++ b/MODULE.bazel
@@ -99,7 +99,7 @@ # Protobuf Toolchains register_toolchains("@rules_rust_protobuf//:default_proto_toolchain") -register_toolchains("//build/rust:prost_efi_toolchain") +register_toolchains("//build/toolchain/rust-efi:prost_efi_toolchain") include("//build/bazel:rust.MODULE.bazel")
diff --git a/build/rust/BUILD.bazel b/build/toolchain/rust-efi/BUILD.bazel similarity index 100% rename from build/rust/BUILD.bazel rename to build/toolchain/rust-efi/BUILD.bazel