The fsharp repo has a bootstrapping process that contributes a fair amount to the overall build time of the repo. The bootstrapping is also problematic as described in #4184. We should investigate what goes on as part of this bootstrapping and see if there's an alternative solution that doesn't require a build. Can we potentially make use of the previously source build artifacts instead?
The fsharp repo has a bootstrapping process that contributes a fair amount to the overall build time of the repo. The bootstrapping is also problematic as described in #4184. We should investigate what goes on as part of this bootstrapping and see if there's an alternative solution that doesn't require a build. Can we potentially make use of the previously source build artifacts instead?