Add spx extension support (#501)

This commit is contained in:
Jerry Ma
2024-07-06 21:56:42 +08:00
committed by GitHub
parent 29cd50206c
commit 522d8b4890
7 changed files with 1041 additions and 976 deletions

View File

@@ -176,7 +176,7 @@ jobs:
- name: "Run Build Tests (download)"
run: |
bin/spc download --for-extensions="$(php src/globals/test-extensions.php extensions)" --for-libs="$(php src/globals/test-extensions.php libs)" --with-php=${{ matrix.php }} --ignore-cache-sources=php-src --debug --retry=5
bin/spc download --for-extensions="$(php src/globals/test-extensions.php extensions)" --for-libs="$(php src/globals/test-extensions.php libs)" --with-php=${{ matrix.php }} --ignore-cache-sources=php-src --debug --retry=5 --shallow-clone
- name: "Run Build Tests (build, *nix)"
if: matrix.os != 'windows-latest'