sapling/build/fbcode_builder/manifests/nghttp2
Katie Mancini ae07b5f5c1 upgrade the nghttp2 package
Summary:
The EdenFS getdeps build asic build was continually failing on ASIC machines on
the external package nghttp2. There were some python2 related errors and then
autoconf for that package would end up splitting out an incorrectly formatted
makefile.

The new version of the nghttp package seems to allow us to build on all
platforms. The new package depends on Python3 and I suspect this is why we are
able to build with the upgraded package.

Reviewed By: xavierd

Differential Revision: D37020089

fbshipit-source-id: 5490cc64d454c3a6cbdcde9d7f8859b2b8f621af
2022-06-13 17:37:00 -07:00

22 lines
377 B
Plaintext

[manifest]
name = nghttp2
[rpms]
libnghttp2-devel
libnghttp2
[debs]
libnghttp2-dev
[download]
url = https://github.com/nghttp2/nghttp2/releases/download/v1.47.0/nghttp2-1.47.0.tar.gz
sha256 = 62f50f0e9fc479e48b34e1526df8dd2e94136de4c426b7680048181606832b7c
[build]
builder = autoconf
subdir = nghttp2-1.47.0
[autoconf.args]
--enable-lib-only
--disable-dependency-tracking