mirror of
https://github.com/facebook/proxygen.git
synced 2025-09-11 12:30:43 +03:00
Summary: X-link: https://github.com/facebookincubator/zstrong/pull/1072 watchman oss tests on ubuntu are [hanging 2 hours on github and then failing](https://github.com/facebook/watchman/actions/runs/11989130985/job/33425158244), and locally show errors. One clue was that tests worked locally on centos stream 9 and fedora 40, pointing to one or more of the ubuntu system packages being the trigger. Turns out that having the ubuntu xz aka liblzma-dev system packages linked is triggering the issue on both ubuntu 22.04 and 24.04. Disabled system packages for xz and for glog and libunwind that also bring in the xz system packages on ubuntu. Why ubuntu's liblzma triggers this problem is unknown at this time. This change seems to be an improvement in that we get test results, with two tests showing intermittent failutes on ubuntu-22.04 runs. Reviewed By: ckwalsh Differential Revision: D66446570 fbshipit-source-id: 8a631e51012c7b90e867268451fd023304039589
34 lines
564 B
Plaintext
34 lines
564 B
Plaintext
[manifest]
|
|
name = glog
|
|
|
|
[download]
|
|
url = https://github.com/google/glog/archive/v0.5.0.tar.gz
|
|
sha256 = eede71f28371bf39aa69b45de23b329d37214016e2055269b3b5e7cfd40b59f5
|
|
|
|
[build]
|
|
builder = cmake
|
|
subdir = glog-0.5.0
|
|
|
|
[dependencies]
|
|
gflags
|
|
|
|
[cmake.defines]
|
|
BUILD_SHARED_LIBS=ON
|
|
BUILD_TESTING=NO
|
|
WITH_PKGCONFIG=ON
|
|
|
|
[cmake.defines.os=freebsd]
|
|
HAVE_TR1_UNORDERED_MAP=OFF
|
|
HAVE_TR1_UNORDERED_SET=OFF
|
|
|
|
[homebrew]
|
|
glog
|
|
|
|
# on ubuntu glog brings in liblzma-dev, which in turn breaks watchman tests
|
|
[debs.not(distro=ubuntu)]
|
|
libgoogle-glog-dev
|
|
|
|
[rpms.distro=fedora]
|
|
glog-devel
|
|
|