gitpod: Change build directory of cargo #55
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently cargo builds in
target/where we need it to build inbuild/rustlang/Relevant: https://doc.rust-lang.org/cargo/reference/config.html#buildtarget-dir
This configuration works if run in terminal, but is not recognized by gitpod -> Assuming bug
Closed in favor of https://github.com/gitpod-io/gitpod/issues/1232