cross icon indicating copy to clipboard operation
cross copied to clipboard

Remove Target Directories Should Never be Mounted at `/cross/target`

Open Alexhuszagh opened this issue 2 years ago • 0 comments

Since our remote builds us data volumes, which are shared between multiple images, we should always mount the target directory at the full path in the data volume. Otherwise, we could have mixing between multiple different packages, which would cause nonsensical builds. This wasn't an issue when remote data volumes were package-specific, however, not that they're universal for a given toolchain, this needs to be reworked.

Alexhuszagh avatar Nov 06 '22 23:11 Alexhuszagh