Skip to content

Commit 1976039

Browse files
authored
Update build-macos-x86_64.yml
1 parent 0b76125 commit 1976039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-macos-x86_64.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- run: ./bin/spc switch-php-version ${{ matrix.version }}
8989

9090
# Run build command
91-
- run: ./bin/spc build ${{ env.extensions }} --with-libs="freetype,libjpeg,libwebp" -I "memory_limit=256M" -I "openssl.cafile=/etc/ssl/certs/ca-certificates.crt" -I "opcache.enable_cli=1" -I "opcache.jit_buffer_size=32M" -I "opcache.jit=tracing" ${{ env.SPC_BUILD_DEBUG }} ${{ env.SPC_BUILD_CLI }} ${{ env.SPC_BUILD_MICRO }} ${{ env.SPC_BUILD_FPM }}
91+
- run: ./bin/spc build ${{ env.extensions }} --with-libs="freetype,libjpeg,libwebp" -I "memory_limit=256M" -I "apc.enable_cli=1" -I "openssl.cafile=/etc/ssl/certs/ca-certificates.crt" -I "opcache.enable_cli=1" -I "opcache.jit_buffer_size=32M" -I "opcache.jit=tracing" ${{ env.SPC_BUILD_DEBUG }} ${{ env.SPC_BUILD_CLI }} ${{ env.SPC_BUILD_MICRO }} ${{ env.SPC_BUILD_FPM }}
9292

9393
# Pack PHP to archive
9494
- run: mkdir dist2 && cp buildroot/bin/php dist2/ && cd dist2 && tar -zcvf "php-${{ matrix.version }}-mac-${{ inputs.operating-system }}.tar.gz" ./php && rm ./php

0 commit comments

Comments
 (0)