cibuildwheel icon indicating copy to clipboard operation
cibuildwheel copied to clipboard

Make `container-engine` a build (non-global) option

Open joerick opened this issue 1 year ago • 2 comments

Lets users specify different container-engine settings for different builds using TOML overrides. Especially useful with the create_args setting, such as #1771.

joerick avatar Mar 15 '24 12:03 joerick

I've had a go at that @henryiii . Pretty simple to do, thanks to the tooling. I don't know how to update the schemastore, if that's necessary? Actually, maybe that should be part of the release process?

joerick avatar Apr 26 '24 10:04 joerick

You have to make a PR to SchemaStore. Not sure how easy that would be to automate. But it's a good idea to do it around release time if the schema changes.

henryiii avatar May 07 '24 21:05 henryiii