What are you trying to do?
I'm installing an extension that has pre-built binaries and has "download-url-method": ["pre-packaged-binary","composer-default"]. This extension also has configure-options defined.
But when passing configure options to the install command it completely ignores them and just downloads matched binary.
What platform, and PIE version are you using?
PIE 1.4.1, PHP 8.5.5, alpine
What do you expect to happen?
Pie should fallback to composer-default (or pre-packaged-source maybe) when configure options passed to the install command
What are you trying to do?
I'm installing an extension that has pre-built binaries and has
"download-url-method": ["pre-packaged-binary","composer-default"]. This extension also hasconfigure-optionsdefined.But when passing configure options to the install command it completely ignores them and just downloads matched binary.
What platform, and PIE version are you using?
PIE 1.4.1, PHP 8.5.5, alpine
What do you expect to happen?
Pie should fallback to
composer-default(orpre-packaged-sourcemaybe) when configure options passed to the install command