Skip to content

Commit

Permalink
Add labels for fedora and ubuntu cmake packages
Browse files Browse the repository at this point in the history
Summary:
Eventually there will be tooling to extract these flags and easily install
packages from repos, so lets get them labeled properly.

Reviewed By: bigfootjon

Differential Revision: D62908630

fbshipit-source-id: 3c0db533a58f24fb7b309d9166c6a3aa2ef51513
  • Loading branch information
ckwalsh authored and facebook-github-bot committed Sep 20, 2024
1 parent c46223b commit ac00343
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ buck_genrule(
out = "folly-config.h",
cmd = "cmake . && mv folly/folly-config.h $OUT",
default_target_platform = "prelude//platforms:default",
labels = ["third-party:homebrew:cmake"],
labels = [
"third-party:fedora:cmake",
"third-party:homebrew:cmake",
"third-party:ubuntu:cmake",
],
remote = False,
)

0 comments on commit ac00343

Please sign in to comment.