Skip to content

Commit

Permalink
fixup! switch to pcre2
Browse files Browse the repository at this point in the history
  • Loading branch information
niol committed Jul 25, 2023
1 parent 30e6f6d commit 397e69f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compile-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: |
sudo apt update -qq
sudo apt install --no-install-recommends -qqyf python3.6-dev \
libxml2-dev libpcre3-dev libcap2-dev \
libxml2-dev libpcre2-dev libcap2-dev \
php7.2-dev libphp7.2-embed libargon2-0-dev libsodium-dev \
liblua5.1-0-dev ruby2.5-dev \
libjansson-dev libldap2-dev libpq-dev \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
sudo apt update -qq
sudo apt install --no-install-recommends -qqyf python${{ matrix.python-version }}-dev \
libpcre3-dev libjansson-dev libcap2-dev \
libpcre2-dev libjansson-dev libcap2-dev \
curl check
- name: Install distutils
if: contains(fromJson('["3.8","3.9","3.10","3.11"]'), matrix.python-version)
Expand Down
2 changes: 1 addition & 1 deletion check/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LDFLAGS = $(shell pkg-config --libs check)
LDFLAGS += -ldl -lz
LDFLAGS += $(shell xml2-config --libs)
LDFLAGS += $(shell pkg-config --libs openssl)
LDFLAGS += $(shell pcre-config --libs)
LDFLAGS += $(shell pcre2-config --libs8)
LDFLAGS += $(shell pkg-config --libs jansson)

UNAME_S := $(shell uname -s)
Expand Down

0 comments on commit 397e69f

Please sign in to comment.