fyne-io / fyne-cross

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

Performance improvement by avoiding running commands in docker #254

Closed williambrode closed 1 month ago

williambrode commented 3 months ago

I noticed that fyne-cross running on my gitlab CI was taking a very long time to clean directories that don't even exist. I found that because these cleans are run using docker - it takes a while just to spin up the container to run them.

### Description:

Fixes #(issue)

Checklist:

Where applicable:

andydotxyz commented 3 months ago

As noted on our chat channels, I am not sure if it was important that the old way was used - hopefully @Bluebugs, @lucor or @Jacalz can comment?

williambrode commented 2 months ago

This is a huge performance improvement - I think it may be worth trying unless we know a reason not to do it.

Jacalz commented 2 months ago

I think we've all been rather busy unfortunately. I'll try to have a look first things after my vacation.