fyne-io / fyne-cross

Cross compiler tool for Fyne apps
BSD 3-Clause "New" or "Revised" License
237 stars 48 forks source link

Add ability to bypass darwin sdk on image test. #180

Closed Bluebugs closed 1 year ago

Bluebugs commented 1 year ago

In the case of using Kubernetes backend, the container isn't started and accessible before we start the image with Prepare. It is simpler to just not try to test when we know what we are doing.

This was suggested during the previous and it is in practice a good solution.

Checklist:

Bluebugs commented 1 year ago

should we document this value in the command flag help?

Indeed, good idea. Just done.

andydotxyz commented 1 year ago

I may have misunderstood, but it seems like ignore isn't quite right - we are not supporting building macOS without an SDK are we?