File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pkgs/build-support/php/builders/v2/hooks Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -60,10 +60,10 @@ composerVendorBuildHook() {
6060 echo " Executing composerVendorBuildHook"
6161
6262 composer \
63- # The acpu-autoloader is not reproducible and has to be disabled.
64- # Upstream PR: https://github.com/composer/composer/pull/12090
65- # --apcu-autoloader \
66- # --apcu-autoloader-prefix="$(jq -r -c 'try ."content-hash"' < composer.lock)" \
63+ ` # The acpu-autoloader is not reproducible and has to be disabled.` \
64+ ` # Upstream PR: https://github.com/composer/composer/pull/12090` \
65+ ` # --apcu-autoloader` \
66+ ` # --apcu-autoloader-prefix="$(jq -r -c 'try ."content-hash"' < composer.lock)"` \
6767 --no-interaction \
6868 --no-progress \
6969 --optimize-autoloader \
You can’t perform that action at this time.
0 commit comments