▲ 324 ▼ Package managers be like (linux.community) submitted 2 years ago by ExLisper@linux.community to c/programmerhumor@lemmy.ml 159 comments fedilink hide all child comments Sorry Python but it is what it is.
[–] someacnt@sopuli.xyz 2 points 2 years ago (1 child) Oh.. I did mean sharing comptime artifacts permalink fedilink source parent hideshow 2 child comments replies: [–] Anafabula@discuss.tchncs.de 2 points 2 years ago You can globally share compile artifacts by setting a global target directory in the global Cargo config. In $HOME/.cargo/config.toml: [build] target-dir = "/path/to/dir" The only problems I had when I did it where some cargo plugins and some dependencies with build.rs files that expected the target folder in it's usual location. permalink fedilink source parent
[–] Anafabula@discuss.tchncs.de 2 points 2 years ago You can globally share compile artifacts by setting a global target directory in the global Cargo config. In $HOME/.cargo/config.toml: [build] target-dir = "/path/to/dir" The only problems I had when I did it where some cargo plugins and some dependencies with build.rs files that expected the target folder in it's usual location. permalink fedilink source parent