Commit a5ea61a
committed
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.1 parent f016ebc commit a5ea61a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments