mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
Re-test
This commit is contained in:
parent
80f2912026
commit
cec5274ea3
6
.github/workflows/ext-matrix-tests.yml
vendored
6
.github/workflows/ext-matrix-tests.yml
vendored
@ -100,7 +100,9 @@ jobs:
|
||||
- name: "Download sources"
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: ./bin/spc download --with-php=${{ matrix.php-version }} --for-extensions=${{ matrix.extension }} --debug --ignore-cache-sources=php-src
|
||||
run: |
|
||||
./bin/spc download --with-php=${{ matrix.php-version }} --for-extensions=${{ matrix.extension }} --debug --ignore-cache-sources=php-src
|
||||
./bin/spc download pkg-config --prefer-pre-built --debug
|
||||
|
||||
- name: "Build library: ${{ matrix.library }}"
|
||||
run: |
|
||||
@ -112,4 +114,4 @@ jobs:
|
||||
./bin/spc install-pkg upx
|
||||
UPX=--with-upx-pack
|
||||
fi
|
||||
./bin/spc build --build-embed ${{ matrix.extension }} --debug $UPX --with-suggested-libs --with-suggested-exts --enable-zts
|
||||
./bin/spc build --build-embed ${{ matrix.extension }} --debug $UPX --enable-zts
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user