-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
running "./x.py test" after "./x.py build" build fails #63303
Comments
I believe this is #59105. Just to be clear, did you update your git repository at some point before building? Doing a clean checkout with a clean build directory should not hit this by just running those two commands in succession. When you see this error, you can work around it by deleting the files:
|
Yes, it happened after I updated the repo |
Looks the same, but I regularly observe this without using incremental compilation. |
Oh, am also not using incremental compilation |
The issue title is misleading. There is no relation to incremental. It's been reported a number of times, I just linked to that one since it has the most recent information. I'm not sure if it is ok for me to edit or close other people's issues? We have a fix queued up that I hope will make it during the next release cycle. |
Thanks @ehuss |
Here is the relevant part...
Workaround is cleaning the build dir and re-running...
The text was updated successfully, but these errors were encountered: