Joe Rickerby
Joe Rickerby
It looks like this is an auditwheel issue, would you agree?
did you learn any more about this?
Ah, yeah, that might work. I almost think that, given generator expressions don't exist in JS, there's always gonna be an array involved so maybe it should always output an...
> Also, this is failing: https://dev.azure.com/joerick0429/cibuildwheel/_build/results?buildId=5690&view=logs&j=65f37ddb-1a35-539a-d91f-4ab7f01a34d0&t=677308e5-f586-5eb1-7f4b-3c9712904030&l=1767. Seems like a `i686` image is actually built in `amd64` mode? Hmm. this kind of detail makes me less sure that manually specifying the...
It's now possible since #1792 to use `create_args` in `container-engine` for this, so I'll close this out for now. I'd like to add `--platform` across the board one day, but...
I'm not sure why docker wouldn't try to run this image under emulation - that's what it does with the manylinux images, which are invoked the exact same way. Others...
> So it's using the offical image, the correct aarch64 also, but still tries to execute it as an amd image? I think that warning is saying that Docker is...
I've just pushed https://github.com/pypa/cibuildwheel/pull/1792 to provide a better workaround for this issue. I think I'd like to see some evidence that it's a wider issue than just you before we...
There is a more modern way is to pass these flags via ['config-settings'](https://cibuildwheel.pypa.io/en/stable/options/#config-settings). Perhaps that will work better, these kinds of options have been in flux lately. ```yaml CIBW_CONFIG_SETTINGS_LINUX: "--global-option=--boost-root=/boost"...
For the syntax to use here, it's not documented by setuptools, but this might be a useful reference: https://github.com/pypa/build/issues/328#issuecomment-877028239