Skip to content

Commit

Permalink
Re-sync with internal repository
Browse files Browse the repository at this point in the history
The internal and external repositories are out of sync. This Pull Request attempts to brings them back in sync by patching the GitHub repository. Please carefully review this patch. You must disable ShipIt for your project in order to merge this pull request. DO NOT IMPORT this pull request. Instead, merge it directly on GitHub using the MERGE BUTTON. Re-enable ShipIt after merging.
  • Loading branch information
facebook-github-bot authored and vmagro committed Dec 9, 2024
1 parent 087f1bc commit d5eeddf
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion antlir/antlir2/antlir2/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ rust_binary(
"//antlir/antlir2/antlir2_overlayfs:antlir2_overlayfs",
"//antlir/antlir2/antlir2_rootless:antlir2_rootless",
"//antlir/antlir2/antlir2_working_volume:antlir2_working_volume",
"//antlir/buck/buck_label:buck_label",
"//antlir/buck2/buck_label:buck_label",
"//antlir/util/cli/json_arg:json_arg",
],
)
2 changes: 1 addition & 1 deletion antlir/antlir2/antlir2_compile/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ rust_library(
"//antlir/antlir2/antlir2_features:antlir2_features",
"//antlir/antlir2/antlir2_isolate:antlir2_isolate",
"//antlir/antlir2/antlir2_users:antlir2_users",
"//antlir/buck/buck_label:buck_label",
"//antlir/buck2/buck_label:buck_label",
],
)
2 changes: 1 addition & 1 deletion antlir/antlir2/antlir2_features/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ rust_library(
"thiserror",
"tracing",
"//antlir/antlir2/antlir2_overlayfs:antlir2_overlayfs",
"//antlir/buck/buck_label:buck_label",
"//antlir/buck2/buck_label:buck_label",
],
)
2 changes: 1 addition & 1 deletion antlir/antlir2/docs/gen_api/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ rust_binary(
"serde",
"serde_json",
"tera",
"//antlir/buck/buck_label:buck_label",
"//antlir/buck2/buck_label:buck_label",
],
)
2 changes: 1 addition & 1 deletion antlir/antlir2/features/mount/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ oncall("antlir")
feature_impl(
name = "mount",
deps = [
"//antlir/buck/buck_label:buck_label",
"//antlir/buck2/buck_label:buck_label",
],
)
4 changes: 2 additions & 2 deletions antlir/antlir2/features/rpm/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ feature_impl(
"serde_json",
"tempfile",
"//antlir/antlir2/antlir2_isolate:antlir2_isolate",
"//antlir/buck/buck_label:buck_label",
"//antlir/buck2/buck_label:buck_label",
"//antlir/util/cli/json_arg:json_arg",
],
)
Expand All @@ -32,7 +32,7 @@ rust_binary(
"//antlir/antlir2/antlir2_isolate:antlir2_isolate",
"//antlir/antlir2/antlir2_overlayfs:antlir2_overlayfs",
"//antlir/antlir2/antlir2_rootless:antlir2_rootless",
"//antlir/buck/buck_label:buck_label",
"//antlir/buck2/buck_label:buck_label",
"//antlir/util/cli/json_arg:json_arg",
],
)
2 changes: 1 addition & 1 deletion antlir/antlir2/test_images/package/defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package_feature = enum(

_feature_deps = {
package_feature("dot_meta"): [
"//antlir/buck/buck_label:buck_label",
"//antlir/buck2/buck_label:buck_label",
],
package_feature("xattr"): [
"xattr",
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion antlir/rust/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ rust_binary(
"serde",
"serde_json",
"serde_starlark",
"//antlir/buck/buck_label:buck_label",
"//antlir/buck2/buck_label:buck_label",
"//antlir/signedsource:signedsource",
],
)

0 comments on commit d5eeddf

Please sign in to comment.