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
Build.sbt: avoid compiling dotty twice at the same time
I added custom tasks to do `dotty/publishLocal` before
calling `update` on any of the bootstrapped project, but somehow this
resulted in the same compile task being run twice at the same time, now
the custom task is only added to `dotty-library-bootstrapped/update`.
`dotty-compiler-bootstrapped/update` depends on
`dotty-library-bootstrapped/update` so this is okay.
0 commit comments