-
Notifications
You must be signed in to change notification settings - Fork 1
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
attach_source default causing problems on buck master #1
Comments
I just tried maven_jar as well. I get similar errors to the above, and then that executor runs forever. I have one that is sitting at 890s to download 'guava-16.0-src.jar'. Same jar takes 0.3s after changing the attach_source default to False. |
Just to make sure: This repository was moved to gerrit-review [1]. Have you cloned it from there? [1] git clone https://gerrit.googlesource.com/bucklets |
Added Warning to README and link to the right repository. |
Updated the Github repo with newest version: remove usage of |
Thanks for the tip! Several blogs from around the time Gerrit's build process was switched to Buck point to this repo. I tried the bucklets from the Gerrit repo, and that worked correctly. Thank you for updating this repo as well. I tried the latest version from here, and it also worked correctly. Actually, it completed even a little bit more quickly (0.9s vs 3.0s), but that could be because of some caching I don't know about. Any thoughts on which version is best to use for the future? |
I will keep this repo in sync with gerrit. And i think it's easy for hte folks report here issues. So i suggest to use this one. I am going to add even more bucklets like |
I had to set the attach_source to False in
maven_jar.bucket
, otherwise a bunch of these errors appear:On an older buck version, I didn't see this issue.
The text was updated successfully, but these errors were encountered: