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
Add a setting to bootstrap dotty from published jars
Since the previous commit, we bootstrap dotty from the current build
output of the non-bootstrapped compiler, but when hacking on the
compiler it might be useful to bootstrap from a stable artefact, this is
now possible by setting `bootstrapFromPublishedJars` to true.
Usage:
\# Publish the non-bootstrapped compiler
> dotty/publishLocal
\# Enable the option
> set bootstrapFromPublishedJars in ThisBuild := true
\# Bootstrap the compiler
> ;dotty-bootstrapped/clean;dotty-bootstrapped/compile
0 commit comments