Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions build/fbcode_builder/manifests/glog
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ HAVE_TR1_UNORDERED_SET=OFF
[homebrew]
glog

# on ubuntu glog brings in liblzma-dev, which in turn breaks watchman tests
[debs.not(distro=ubuntu)]
[debs]
libgoogle-glog-dev

[rpms.distro=fedora]
Expand Down
3 changes: 1 addition & 2 deletions build/fbcode_builder/manifests/libunwind
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ name = libunwind
libunwind-devel
libunwind

# on ubuntu this brings in liblzma-dev, which in turn breaks watchman tests
[debs.not(distro=ubuntu)]
[debs]
libunwind-dev

# The current libunwind v1.8.1 release has compiler issues with aarch64 (https://github.com/libunwind/libunwind/issues/702).
Expand Down
3 changes: 1 addition & 2 deletions build/fbcode_builder/manifests/xz
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[manifest]
name = xz

# ubuntu's package causes watchman's tests to hang
[debs.not(distro=ubuntu)]
[debs]
liblzma-dev

[homebrew]
Expand Down
Loading