Skip to content

Commit

Permalink
Move fbpkg() target out of OSS
Browse files Browse the repository at this point in the history
Summary: This bzl file is not synced to OSS, resulting in a build error.

Reviewed By: Orvid

Differential Revision: D64727621

fbshipit-source-id: b8128077fa7c6b4a5d22b01417fec722db253614
  • Loading branch information
ckwalsh authored and facebook-github-bot committed Oct 22, 2024
1 parent a9bfa31 commit 32bac10
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions folly/debugging/symbolizer/tool/BUCK
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
load("@fbcode//fbpkg:fbpkg.bzl", "fbpkg")
load("@fbcode_macros//build_defs:cpp_binary.bzl", "cpp_binary")
load("@fbcode_macros//build_defs:export_files.bzl", "export_file")

Expand Down Expand Up @@ -71,14 +70,3 @@ cpp_binary(
"//folly/experimental/symbolizer:signal_handler",
],
)

fbpkg.builder(
name = "folly.symbolizer",
buck_opts = fbpkg.buck_opts(
config = {"fbcode.platform": "centos8"},
),
path_actions = {
"folly-addr2line": ":folly-addr2line",
"libFollySegFault.so": ":libFollySegFault.so",
},
)

0 comments on commit 32bac10

Please sign in to comment.