Skip to content

Commit

Permalink
use fedora system packages for some watchman dependencies
Browse files Browse the repository at this point in the history
Summary:
To allow us to ship Watchman as a single binary RPM, build snappy,
glog, and gflags against system packages on Fedora.

Reviewed By: genevievehelsel, xavierd

Differential Revision: D39111816

fbshipit-source-id: 679e52b1a2d3fb7e71142c5990648ff102e7f43d
  • Loading branch information
chadaustin authored and facebook-github-bot committed Aug 29, 2022
1 parent 4f38a29 commit 015a43c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/fbcode_builder/manifests/gflags
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ BUILD_gflags_LIB = ON

[debs]
libgflags-dev

[rpms]
gflags-devel
3 changes: 3 additions & 0 deletions build/fbcode_builder/manifests/glog
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ HAVE_TR1_UNORDERED_SET=OFF

[debs]
libgoogle-glog-dev

[rpms]
glog-devel
3 changes: 3 additions & 0 deletions build/fbcode_builder/manifests/snappy
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ name = snappy
[debs]
libsnappy-dev

[rpms]
snappy-devel

[download]
url = https://github.com/google/snappy/archive/1.1.7.tar.gz
sha256 = 3dfa02e873ff51a11ee02b9ca391807f0c8ea0529a4924afa645fbf97163f9d4
Expand Down

0 comments on commit 015a43c

Please sign in to comment.