- Move
install.shto the project root chmod +x install.sh- Adjust this line to
if (false) { docker run --rm -it --entrypoint bash --mount src="$(pwd)",target=/php,type=bind ubuntu:22.04cd /php./install.sh
After that, you can make changes locally, and retest with:
make -j$(nproc)cd symfony_demoUBSAN_OPTIONS=print_stacktrace=1 USE_ZEND_ALLOC=0 USE_TRACKED_ALLOC=1 php -d opcache.preload=var/cache/dev/App_KernelDevDebugContainer.preload.php public/index.php