-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Fetching repositories twice does not work #330
Comments
It seems to be a git_repository specific bug. (JGit exception) |
we could hack around the existing file issue but, ideally, shouldn't all this external git repo stuff not happen at all in skyframe-land on the second, incremental build? why are the SkyFunction being re-executed? |
Due to #251. |
oh, sorry, i missed the usage of "--batch". disregard my comment. |
I now get: $ bazel --batch build @protobuf//:protocERROR: Error sending results to http://localhost:8082: Connection to http://localhost:8082 refused. given that we ask for sha256 for files, we should probably ask for git sha1 for the commit. |
HEAD is still not a recognized reference, which I think this is WAI (as generally we're not supporting "latest" as an option in WS files). |
The second execution results in an ugly exception:
The text was updated successfully, but these errors were encountered: