Commit Graph

3 Commits

Author SHA1 Message Date
Hynek Schlawack
20e2010519
Simplify linting (#73) 2024-10-31 16:40:18 +01:00
Hynek Schlawack
060c2c9447
Add cross-compiling detection to optimization heuristic (#2)
* Try if new compiling method works

* fix yaml

* need 3.8 on macos for arm

* let's see if we can detect cross-compiling

* test is too late

* huh

* Try to detect cross-compiling

* Remove test harness

* Only apply heuristics when running in cibuildwheel

* Be smarter

* Pin wheel builder to macOS 10.15

11 does not support Python 3.6 and AFAIU, it's better to build on old
platforms.

https://github.com/actions/virtual-environments/issues/4060

* Fail if no wheels are found

* Explain macOS pin
2021-12-01 09:00:50 +01:00
Hynek Schlawack
dd0b48a459 Initial 2021-11-28 11:17:48 +01:00