File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed 
.github/scripts/download-bundled Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff 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
1312rm -rf ext/pcre/pcre2lib
1413cp -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
1716cd  ext/pcre/pcre2lib
1817git restore config.h
1918mv pcre2_chartables.c.dist pcre2_chartables.c
19+ rm -rf ext/pcre/pcre2lib/.deps
Original file line number Diff line number Diff line change @@ -4,4 +4,6 @@ cd "$(dirname "$0")/../../.."
44
55cd  " $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 . 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments