php: disable patches

no network access in the pure builder,
patches will have to be handled as overrides probably
This commit is contained in:
Martin Toman 2022-09-25 19:36:17 -07:00
parent c523f2c17e
commit 039886bb7a
2 changed files with 4 additions and 2 deletions

View File

@ -179,7 +179,8 @@
# fixup composer.json
jq \
"(.name = \"${name}\") | \
(.version = \"${versionString}\")" \
(.version = \"${versionString}\") | \
(.extra.patches = {})" \
composer.json | sponge composer.json
# disable packagist, set path repositories

View File

@ -176,7 +176,8 @@
# fixup composer.json
jq \
"(.name = \"${name}\") | \
(.version = \"${versionString}\")" \
(.version = \"${versionString}\") | \
(.extra.patches = {})" \
composer.json | sponge composer.json
# disable packagist, set path repositories