Skip to content

Commit 2fa3b01

Browse files
committed
debug
1 parent a6efdb2 commit 2fa3b01

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/scripts/download-bundled/pcre2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ git clone --recurse-submodules --revision=$commit https://github.com/PCRE2Projec
88

99
(cd /tmp/php-src-bundled/pcre2 && ./autogen.sh)
1010
(cd /tmp/php-src-bundled/pcre2 && ./configure --enable-jit --enable-pcre2-16 --enable-pcre2-32 --enable-pcre2grep-libz --enable-pcre2grep-libbz2)
11-
# (cd /tmp/php-src-bundled/pcre2 && make)
1211

1312
rm -rf ext/pcre/pcre2lib
1413
cp -Rv /tmp/php-src-bundled/pcre2/src ext/pcre/pcre2lib
@@ -17,3 +16,4 @@ cp -Rv /tmp/php-src-bundled/pcre2/deps/sljit/sljit_src ext/pcre/pcre2lib/sljit
1716
cd ext/pcre/pcre2lib
1817
git restore config.h
1918
mv pcre2_chartables.c.dist pcre2_chartables.c
19+
rm -rf ext/pcre/pcre2lib/.deps

.github/scripts/download-bundled/verify-directory-unchanged.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ cd "$(dirname "$0")/../../.."
44

55
cd "$1"
66

7-
git add . -N && git diff --cached -a --exit-code . && git diff -a --exit-code .
7+
git status
8+
9+
git add . -N && git status && git diff --cached -a --exit-code . && git diff -a --exit-code .

0 commit comments

Comments
 (0)