324
Package managers be like (linux.community)
submitted 2 years ago by [email protected] to c/[email protected]

Sorry Python but it is what it is.

you are viewing a single comment's thread
view the rest of the comments
[-] [email protected] 1 points 2 years ago

Idk, maybe you can share the common packages across projects. (That can never go wrong, right? /s)

[-] [email protected] 1 points 2 years ago

Sources are shared, sharing compile-time artefacts is done within workspaces.

[-] [email protected] 2 points 2 years ago

Oh.. I did mean sharing comptime artifacts

[-] [email protected] 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.

this post was submitted on 13 Oct 2023
324 points (81.4% liked)

Programmer Humor

36755 readers
284 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS