Skip to content

Commit 13a326f

Browse files
committed
ci: build and test with system http-parser
1 parent 22ee5a5 commit 13a326f

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
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

ci/docker/noble

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 \

ci/docker/xenial

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)