Skip to content

Commit e713a53

Browse files
committed
build in tmp
1 parent a7a3872 commit e713a53

File tree

1 file changed

+6
-7
lines changed
  • .github/scripts/download-bundled

1 file changed

+6
-7
lines changed
Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
#!/bin/sh
22
set -ex
3-
cd "$(dirname "$0")/../../.."
43

54
commit=b2bd4254b379b9d7dc9a3dda060a7e27009ccdff # 10.46 release
65

76
git clone --recurse-submodules --revision=$commit https://github.com/PCRE2Project/pcre2.git /tmp/php-src-bundled/pcre2
87

8+
cd /tmp/php-src-bundled/pcre2
9+
./autogen.sh
10+
./configure
11+
12+
cd "$(dirname "$0")/../../.."
13+
914
rm -rf ext/pcre/pcre2lib
1015
cp -R /tmp/php-src-bundled/pcre2/src ext/pcre/pcre2lib
1116

1217
cd ext/pcre/pcre2lib
1318
git restore config.h
14-
15-
ls -lah .
16-
pwd
17-
18-
./autogen.sh
19-
./configure

0 commit comments

Comments
 (0)