File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 4242 name : noble
4343 env :
4444 CC : clang
45- CMAKE_OPTIONS : -DUSE_HTTPS=mbedTLS -DUSE_SHA1=HTTPS -DREGEX_BACKEND=pcre -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON -DUSE_SSH=exec
45+ CMAKE_OPTIONS : -DUSE_HTTPS=mbedTLS -DUSE_SHA1=HTTPS -DREGEX_BACKEND=pcre -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON -DUSE_SSH=exec -DUSE_HTTP_PARSER=http-parser
4646 CMAKE_GENERATOR : Ninja
4747 - name : " Linux (Xenial, GCC, OpenSSL, OpenSSH)"
4848 id : xenial-gcc-openssl
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ RUN apt-get update && \
1313 libclang-rt-17-dev \
1414 libcurl4-gnutls-dev \
1515 libgcrypt20-dev \
16+ libhttp-parser-dev \
1617 libkrb5-dev \
1718 libpcre3-dev \
1819 libssl-dev \
Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ RUN apt-get update && \
77 clang \
88 cmake \
99 curl \
10- gettext \
10+ gettext \
1111 gcc \
1212 krb5-user \
1313 libcurl4-gnutls-dev \
14- libexpat1-dev \
14+ libexpat1-dev \
1515 libgcrypt20-dev \
16- libintl-perl \
16+ libintl-perl \
1717 libkrb5-dev \
1818 libpcre3-dev \
1919 libssl-dev \
You can’t perform that action at this time.
0 commit comments