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
This commit is contained in:
Katie Mancini 2022-06-13 17:37:00 -07:00 committed by Facebook GitHub Bot
parent 75f9fac1c1
commit ae07b5f5c1

View File

@ -9,12 +9,13 @@ libnghttp2
libnghttp2-dev
[download]
url = https://github.com/nghttp2/nghttp2/releases/download/v1.39.2/nghttp2-1.39.2.tar.gz
sha256 = fc820a305e2f410fade1a3260f09229f15c0494fc089b0100312cd64a33a38c0
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.39.2
subdir = nghttp2-1.47.0
[autoconf.args]
--enable-lib-only
--disable-dependency-tracking