mesonbuild / wrapdb

New wrap requests
https://mesonbuild.com/Adding-new-projects-to-wrapdb.html
MIT License
69 stars 174 forks source link

ci: disable `fail-fast` option on VisualStudio matrix jobs #1561

Closed benoit-pierre closed 1 week ago

benoit-pierre commented 1 week ago

Rational: the failure modes are not always the same, and you end up wasting more CI resources if you need to trigger multiple builds because you were not aware of different issues.

benoit-pierre commented 1 week ago

Example: #1556, the x32 job fails because the python executable is not 32-bit, and the x64 is canceled even though it's (probably) okay.

neheb commented 1 week ago

Would actions/setup-python fix?

benoit-pierre commented 1 week ago

For the x86 job? I already thought about that, but forgot to specify the architecture, so let me try that again.

benoit-pierre commented 1 week ago

Yep, same error as x64 now.