42
you are viewing a single comment's thread
view the rest of the comments
[-] SorteKanin@feddit.dk 3 points 1 week ago

dozens of GB of disk use by Rust

I was well above 100GB the other day ๐Ÿ˜…. But I think there's a problem with the setup as well

[-] sugar_in_your_tea@sh.itjust.works 3 points 1 week ago* (last edited 1 week ago)

I've been there. This is just on a small personal project I'm working on every so often. It's a tauri app, so there are a fair amount of dependencies, but certainly not GBs per build.

Ideally, cargo build could be configured to just take care of it. I really don't need anything other than the most recent build per target, and I certainly don't care about stuff from older compiler versions.

cargo-sweep is nice and I use it (that's how I fixed my CI/CD), but it's a little annoying and I don't think a lot of people use it, hence why I expected it to be higher.

this post was submitted on 13 Feb 2025
42 points (100.0% liked)

Rust

6397 readers
193 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

!performance@programming.dev

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 2 years ago
MODERATORS