Skip to content
Open
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
2 changes: 1 addition & 1 deletion build/fbcode_builder/manifests/glog
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ HAVE_TR1_UNORDERED_SET=OFF
[homebrew]
glog

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

Expand Down
2 changes: 1 addition & 1 deletion build/fbcode_builder/manifests/libunwind
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name = libunwind
libunwind-devel
libunwind

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

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