Commit 344cdd1
committed
fix: disable ngtcp2/nghttp3 in curl build to fix amazonlinux2023 CI
Amazon Linux 2023's libcurl-devel now pulls in ngtcp2 1.21.0 as a
dependency, which is API-incompatible with the bundled curl 7.83.1.
Explicitly disable HTTP/3 support since RIC only needs basic HTTP.1 parent f11e7c5 commit 344cdd1
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
| |||
0 commit comments