Skip to content

Commit 0bd6a12

Browse files
committed
drop pcre1
1 parent 9fb49ac commit 0bd6a12

File tree

4 files changed

+0
-24
lines changed

4 files changed

+0
-24
lines changed

linux/docker_image/build_stages/entrypoint.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ touch /var/lib/rpm/*
1111
"$SELFDIR"/install_libcurl.sh
1212
"$SELFDIR"/install_git.sh
1313
"$SELFDIR"/install_s3cmd.sh
14-
"$SELFDIR"/install_pcre.sh
1514
"$SELFDIR"/install_pcre2.sh
1615
"$SELFDIR"/install_geoip.sh
1716
"$SELFDIR"/install_libreadline.sh

linux/docker_image/build_stages/install_pcre.sh

Lines changed: 0 additions & 16 deletions
This file was deleted.

shared/definitions/pcre_version

Lines changed: 0 additions & 1 deletion
This file was deleted.

update.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,6 @@ if [ "${RESTRICT:-libiconv}" = "libiconv" ]; then
125125
else
126126
echo skipping libiconv…
127127
fi
128-
if [ "${RESTRICT:-pcre}" = "pcre" ]; then
129-
echo starting pcre…
130-
curl --silent "https://www.pcre.org/" | ruby -rnokogiri -e 'puts Nokogiri::HTML(STDIN.read).at_css("h2 + p + p > b").text' > "$ROOTDIR/shared/definitions/pcre_version"
131-
else
132-
echo skipping pcre…
133-
fi
134128
if [ "${RESTRICT:-pcre2}" = "pcre2" ]; then
135129
echo starting pcre2…
136130
getLatestTag PCRE2Project/pcre2 > "$ROOTDIR/shared/definitions/pcre2_version"

0 commit comments

Comments
 (0)