-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Fix #877 #889
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix #877 #889
Conversation
It messes up git operations with out/.keep out of date.
/rebuild |
Needed to make builds deterministic.
I have no idea why the latest commit made the build pass. Normally, a freshNameCreator per ContextBase (which was the situation before the commit) should be fully isolated between different parallel compiles. But parallel compiles were failing randomly, with random symptoms. Builds were failing both on jenkins and locally. Locally, on each run some different file failed to compile under partest, with failures also different per run. |
okay, change LGTM but I don't know how the parallel compiles work at all so can't help here. |
@DarkDimius Can you confirm that out/ should be added to .gitignore? |
It messes up git operations with out/.keep out of date. (reverted from commit 465ea96)
Reverted the gitignore commit, kept the rest. |
/rebuild |
Review by @smarter