Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,11 @@ jobs:
matrix:
nginx_version:
[
1.15.12,
1.16.1,
1.17.10,
1.18.0,
1.19.10,
1.20.2,
1.21.6,
1.22.1,
1.23.4,
1.24.0,
1.25.5,
1.26.0,
1.26.1,
1.26.2,
1.26.3,
1.27.0,
1.27.1,
Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN apt-get update && \
libtool \
ssh \
wget \
libpcre3 libpcre3-dev \
libpcre2-dev \
zlib1g-dev

ENV CFLAGS="-fPIC"
Expand Down
2 changes: 1 addition & 1 deletion test/Dockerfile-test
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN set -x \
git \
gnupg2 \
jq \
libpcre3 libpcre3-dev \
libpcre2-dev \
libssl-dev \
python3 \
software-properties-common \
Expand Down
Loading