We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b76125 commit 1976039Copy full SHA for 1976039
.github/workflows/build-macos-x86_64.yml
@@ -88,7 +88,7 @@ jobs:
88
- run: ./bin/spc switch-php-version ${{ matrix.version }}
89
90
# 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 }}
+ - 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 }}
92
93
# Pack PHP to archive
94
- 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