Problems with parallel builds #2297
Unanswered
MrBitBucket
asked this question in
Q&A
Replies: 1 comment
-
I customized the build folder name using code like this, but my problem persists with github windows builds
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In a github action with several jobs I need to generate a config.h file in building.
It seems the jobs can run in parallel so I need to make the meson output folder vary with the job.
The wheels all end up with long names eg
extension-cp37-abi3-musllinux_1_2_armv7l.whl
so is there an easy way to extract from the wheel name or does cibuildwheel have that as an env var?
Beta Was this translation helpful? Give feedback.
All reactions