kivy / kivy-ios

Toolchain for compiling Python / Kivy / other libraries for iOS
https://kivy.org/docs/guide/packaging-ios.html
MIT License
776 stars 240 forks source link

Disable configuration of `i386-Simulator` for `libffi` #761

Closed misl6 closed 1 year ago

misl6 commented 1 year ago

CI runs on macos-latest runners ( macOS Monterey ) get stuck at checking for suffix of executables... while configure is running for i386-apple-darwin11-gcc host.

This is happening also outside of kivy-ios.

Since we don't need that configuration, skipping it allows us to complete the build.

I was not able to reproduce the same issue on macOS Monterey + Apple Silicon. (Everything works flawlessly)