mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
build-support/php: fix comments in multi-lines command
This commit is contained in:
parent
eaed87267b
commit
3bcaabbb71
1 changed files with 4 additions and 4 deletions
|
@ -60,10 +60,10 @@ composerVendorBuildHook() {
|
|||
echo "Executing composerVendorBuildHook"
|
||||
|
||||
composer \
|
||||
# The acpu-autoloader is not reproducible and has to be disabled.
|
||||
# Upstream PR: https://github.com/composer/composer/pull/12090
|
||||
# --apcu-autoloader \
|
||||
# --apcu-autoloader-prefix="$(jq -r -c 'try ."content-hash"' < composer.lock)" \
|
||||
`# The acpu-autoloader is not reproducible and has to be disabled.` \
|
||||
`# Upstream PR: https://github.com/composer/composer/pull/12090` \
|
||||
`# --apcu-autoloader` \
|
||||
`# --apcu-autoloader-prefix="$(jq -r -c 'try ."content-hash"' < composer.lock)"` \
|
||||
--no-interaction \
|
||||
--no-progress \
|
||||
--optimize-autoloader \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue