Pierre-Yves David <pierre-yves.david@octobus.net> [Sun, 10 Nov 2024 02:40:44 +0100] rev 52236
ci: shard the tests on windows too
Pierre-Yves David <pierre-yves.david@octobus.net> [Wed, 13 Nov 2024 00:52:13 +0100] rev 52235
wheel: test the built wheel in the windows tests
Same logic as Linux and Mac, we better test that what we build and ship works.
Pierre-Yves David <pierre-yves.david@octobus.net> [Sun, 10 Nov 2024 02:10:56 +0100] rev 52234
wheel: explicitly list built architecture
This will help also build the ARM64 wheel once the dependencies are installed.
Pierre-Yves David <pierre-yves.david@octobus.net> [Sun, 10 Nov 2024 00:59:43 +0100] rev 52233
wheel: build Windows wheels too
Again, cibuildwheels makes it very handy.
Pierre-Yves David <pierre-yves.david@octobus.net> [Sun, 10 Nov 2024 03:02:15 +0100] rev 52232
wheel: make --hg-wheel works on Windows
There was this old outdated conditional that can simply receive our new needs…
Incredibly, this is all that seems to be needed.
Pierre-Yves David <pierre-yves.david@octobus.net> [Sun, 10 Nov 2024 00:59:21 +0100] rev 52231
wheel: assign CIBW_SKIP globally
The other cibuildwheels (e.g. windows) will needs it too.
Pierre-Yves David <pierre-yves.david@octobus.net> [Sun, 10 Nov 2024 22:30:02 +0100] rev 52230
windows: simply rely on the PATH adjustment to find python.exe in tests
The shell script under a `.exe` name confused Windows outside MSYS and give us
the following error:
[…]/python.exe is not compatible with the version of Windows you're running. Check your computer's system information and then contact the software publisher.
This is necessary to get the wheel variant of the test run to work properly.
Pierre-Yves David <pierre-yves.david@octobus.net> [Sun, 10 Nov 2024 02:39:27 +0100] rev 52229
ci: adjust port range on windows too
This will help having concurrency on the windows runner too.
Pierre-Yves David <pierre-yves.david@octobus.net> [Mon, 11 Nov 2024 23:44:04 +0100] rev 52228
windows: skip test-clonebundles-autogen.t in the CI
This test is hanging the CI, so lets ignore it for now.
Pierre-Yves David <pierre-yves.david@octobus.net> [Wed, 13 Nov 2024 00:53:18 +0100] rev 52227
ci: split the windows runtest invocation into more granular variables
This helps make things clearer and easier to adjust in sub jobs.