Skip to content

Commit ced34be

Browse files
authored
Merge pull request #206 from aws/maxday/fix-ci
fix: disable ngtcp2/nghttp3 in curl build to fix amazonlinux2023 CI
2 parents f11e7c5 + 344cdd1 commit ced34be

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

scripts/preinstall.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ else
3737
--disable-shared \
3838
--without-ssl \
3939
--with-pic \
40-
--without-zlib && \
40+
--without-zlib \
41+
--without-ngtcp2 \
42+
--without-nghttp3 && \
4143
make && \
4244
make install
4345
)

0 commit comments

Comments
 (0)