Remove auto-cloning of Phobos on start#2286
Conversation
a51d5e9 to
34b958a
Compare
|
Thanks for your pull request, @wilzbach! Bugzilla referencesYour PR doesn't reference any Bugzilla issue. If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog. |
|
CC @CyberShadow - I think you are going to like this ;-) |
|
IIRC this (or a similar change?) was added there because of some difficulties with calculating dependencies. With that in mind do you think this could break anything? |
34b958a to
95cd00c
Compare
95cd00c to
01f12ba
Compare
Yeah you are right. I even added it myself after someone complained about the build process failing due to non-existent repos: #1827 Anyhow - I just tested this with a build from scratch and it looks like everything is working fine and we only need to depend on DMD with the |
CyberShadow
left a comment
There was a problem hiding this comment.
Cautiously optimistic that this won't break things in ways that are not currently obvious...
Auto-cloning is useful, but not if you run
make -f posix.mak clean.This should now be possible due to #2069