Skip to content

Commit

Permalink
getdeps: Don't use system deps on CentOS for gflags and glog
Browse files Browse the repository at this point in the history
Summary:
Building projects using `--allow-system-packages` on CentOS for
projects that rely on `gflags` fails. I'm not completely sure why this is the
case and myself and kmancini have spent some time trying to investigate this.

Fix these builds by disabling the system packages on CentOS.

Reviewed By: chadaustin

Differential Revision: D51813855

fbshipit-source-id: aae48e2723fea94f088af02eace831af9e988c7c
  • Loading branch information
Harvey Hunt authored and facebook-github-bot committed Dec 4, 2023
1 parent 88d067a commit 67ead56
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions build/fbcode_builder/manifests/gflags
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,3 @@ BUILD_gflags_LIB = ON

[debs]
libgflags-dev

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

[debs]
libgoogle-glog-dev

[rpms]
glog-devel

0 comments on commit 67ead56

Please sign in to comment.