Skip to content

Commit

Permalink
fboss
Browse files Browse the repository at this point in the history
Reviewed By: peygar

Differential Revision: D61620529

fbshipit-source-id: e3f465f7951df8c6505b194257e29bf0a36970dc
  • Loading branch information
generatedunixname2650814981741610 authored and facebook-github-bot committed Aug 21, 2024
1 parent cbaee37 commit 1e75c88
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion fboss/agent/platforms/wedge/BUCK
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
load("@fbcode_macros//build_defs:cpp_binary.bzl", "cpp_binary")
load("@fbcode_macros//build_defs:cpp_library.bzl", "cpp_library")
load("@fbcode_macros//build_defs:custom_unittest.bzl", "custom_unittest")
load("//antlir/fbpkg:fbpkg.bzl", "fbpkg")
load("//fboss:THIRD-PARTY-VERSIONS.bzl", "BCM_SDKS", "to_versions")
load("//fbpkg:fbpkg.bzl", "fbpkg")

oncall("fboss_agent_push")

Expand Down
2 changes: 1 addition & 1 deletion fboss/build/fbpkg.bzl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
load("//antlir/bzl:structs.bzl", "structs")
load("//antlir/fbpkg:fbpkg.bzl", "fbpkg")
load("//fbpkg:fbpkg.bzl", "fbpkg")

# Helpers to standardize our fbpkg structures

Expand Down
2 changes: 1 addition & 1 deletion fboss/led_service/fbpkg/BUCK
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
load("//antlir/fbpkg:fbpkg.bzl", "fbpkg")
load("//fbpkg:fbpkg.bzl", "fbpkg")

oncall("fboss_optics_phy")

Expand Down
2 changes: 1 addition & 1 deletion fboss/platform/BUCK
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
load("@fbcode_macros//build_defs:export_files.bzl", "export_file")
load("//antlir/fbpkg:fbpkg.bzl", "fbpkg")
load("//fbpkg:fbpkg.bzl", "fbpkg")

oncall("fboss_platform")

Expand Down
2 changes: 1 addition & 1 deletion fboss/platform/bsp_tests/BUCK
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
load("@fbcode_macros//build_defs:python_binary.bzl", "python_binary")
load("@fbcode_macros//build_defs:python_library.bzl", "python_library")
load("//antlir/fbpkg:fbpkg.bzl", "fbpkg")
load("//fbpkg:fbpkg.bzl", "fbpkg")

oncall("fboss_platform")

Expand Down

0 comments on commit 1e75c88

Please sign in to comment.