You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use separate build directories for Rust libraries in dune
Currently these all use default/target, which seems to cause
difficult-to-debug race conditions in OSS CI.
Strangely, (locks /cargo) is supposed to prevent this given that locks
with an absolute path is documented by dune to be a global lock, but it
doesn't seem to work as intended.
0 commit comments