You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So minidump-debugger is based on egui, and for whatever reason egui builds on linux require you to install a ton of dev packages (on Windows and macOS it Just Works so I always forget this). [...] Welp, automating and understanding those kinds of build deps are another feature for me to add to cargo-dist one day, but for now I'll rely on the fact that the scripts are checked in so I can make bespoke hand-edits to the scripts if need be (being able to do this is an intentional feature, although obviously suboptimal because now we're getting back some dependency on the CI's precise behaviour).
I don't think there's already a tracking issue for this, so I made one. It would be a great boon to humanity to solve this problem. Please do.
The text was updated successfully, but these errors were encountered:
This could be handled together with generating binary packages (#76). The same list of dependencies could be used to specify the dependencies of generated packages and install those dependencies before building.
From https://blog.axo.dev/2023/02/cargo-dist:
I don't think there's already a tracking issue for this, so I made one. It would be a great boon to humanity to solve this problem. Please do.
The text was updated successfully, but these errors were encountered: