Skip to content

Commit

Permalink
disable opcache
Browse files Browse the repository at this point in the history
  • Loading branch information
zeriyoshi committed Aug 15, 2024
1 parent a43de84 commit f7fb684
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG PLATFORM=${BUILDPLATFORM:-linux/amd64}
ARG IMAGE=php
ARG TAG=8.3-zts-bookworm
ARG TAG=8.3-cli-bookworm

FROM --platform=${PLATFORM} ${IMAGE}:${TAG}

Expand Down
4 changes: 0 additions & 4 deletions library_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ cd "/project"
make install
docker-php-ext-enable "colopl_timeshifter"
cd -
docker-php-ext-install "opcache"
echo "opcache.enable_cli=1" >> "$(php-config --ini-dir)/opcache.ini"
echo "opcache.jit=tracing" >> "$(php-config --ini-dir)/opcache.ini"
echo "opcache.jit_buffer_size=64M" > "$(php-config --ini-dir)/opcache.ini"
composer install
composer exec -- phpunit "tests"
composer exec -- phpstan
Expand Down

0 comments on commit f7fb684

Please sign in to comment.