Skip to content

Commit

Permalink
Remove the remaining host_fragments= arguments.
Browse files Browse the repository at this point in the history
  • Loading branch information
lberki committed Feb 9, 2024
1 parent 9f68ed2 commit b430fc6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion proto/prost/private/prost.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ rust_prost_aspect = aspect(
),
} | RUSTC_ATTRS,
fragments = ["cpp"],
host_fragments = ["cpp"],
toolchains = [
TOOLCHAIN_TYPE,
"@bazel_tools//tools/cpp:toolchain_type",
Expand Down
2 changes: 0 additions & 2 deletions proto/protobuf/proto.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,6 @@ rust_proto_library = rule(
),
},
fragments = ["cpp"],
host_fragments = ["cpp"],
toolchains = [
str(Label("//proto/protobuf:toolchain_type")),
str(Label("//rust:toolchain_type")),
Expand Down Expand Up @@ -418,7 +417,6 @@ rust_grpc_library = rule(
),
},
fragments = ["cpp"],
host_fragments = ["cpp"],
toolchains = [
str(Label("//proto/protobuf:toolchain_type")),
str(Label("//rust:toolchain_type")),
Expand Down
1 change: 0 additions & 1 deletion rust/private/unpretty.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ def _rust_unpretty_aspect_impl(target, ctx):
rust_unpretty_aspect = aspect(
implementation = _rust_unpretty_aspect_impl,
fragments = ["cpp"],
host_fragments = ["cpp"],
attrs = {
"_unpretty_modes": attr.label(
doc = "The values to pass to `--unpretty`",
Expand Down

0 comments on commit b430fc6

Please sign in to comment.