Skip to content

Commit

Permalink
revert windows patch (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
SRWieZ authored Jan 13, 2025
1 parent d17e8d3 commit 97945be
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/build-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,22 +120,6 @@ jobs:
./bin/spc download --with-php=${{ matrix.version }} --for-extensions "${{ env.PHP_EXTENSIONS }}" --prefer-pre-built
cd ../php-bin
- name: Patch for windows 8.4 builds
if: matrix.os == 'windows-latest'
shell: bash
run: |
cd ../static-php-cli
cp downloads/micro/patches/cli_static.patch downloads/micro/patches/cli_static_80.patch
cp downloads/micro/patches/cli_static.patch downloads/micro/patches/cli_static_81.patch
cp downloads/micro/patches/cli_static.patch downloads/micro/patches/cli_static_82.patch
cp downloads/micro/patches/cli_static.patch downloads/micro/patches/cli_static_83.patch
cp downloads/micro/patches/cli_static.patch downloads/micro/patches/cli_static_84.patch
sed -i '18d' downloads/micro/patches/cli_static_84.patch
sed -i 's/+1160,11/+1160,10/' downloads/micro/patches/cli_static_84.patch
rm -f downloads/micro/patches/cli_static.patch
cat downloads/micro/patches/cli_static_84.patch
cd ../php-bin
- name: Build PHP
run: |
cd ../static-php-cli
Expand Down

0 comments on commit 97945be

Please sign in to comment.