Skip to content

Commit

Permalink
CI: remove http-parser dependency
Browse files Browse the repository at this point in the history
It's not used since 10069b1

Reviewed-by: Justin Stephenson <[email protected]>
  • Loading branch information
alexey-tikhonov committed May 30, 2024
1 parent 979c25f commit ac6536d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contrib/ci/deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ if [[ "$DISTRO_BRANCH" == -redhat-* ]]; then

if [[ "$DISTRO_BRANCH" == -redhat-fedora-* ]]; then
DEPS_LIST+=(
http-parser-devel
libfido2-devel
)
fi
Expand Down Expand Up @@ -156,7 +155,6 @@ if [[ "$DISTRO_BRANCH" == -debian-* ]]; then
ldap-utils
slapd
systemtap-sdt-dev
libhttp-parser-dev
libjansson-dev
libjose-dev
libcurl4-openssl-dev
Expand Down

0 comments on commit ac6536d

Please sign in to comment.