-
-
Notifications
You must be signed in to change notification settings - Fork 15k
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
New Package: Google Cloud SDK #4528
Conversation
|
||
meta = { | ||
homepage = https://cloud.google.com/sdk/; | ||
description = "Google Cloud SDK contains tools and libraries that enable you to easily create and manage resources on Google Cloud Platform, including App Engine, Compute Engine, Cloud Storage, BigQuery, Cloud SQL, and Cloud DNS."; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Descriptions should be very concise, e.g. Tools and libraries for managing Google Cloud Platform resources
.
71214e2
to
7bab676
Compare
@edolstra I made the updates. Looking into why Travis CI is reporting a failure (something about python 3.4 which is odd because I specify python 2.7). Currently compiling locally but it's doing the jdk from scratch so it'll take a bit. |
@edolstra this seems to be building now. |
After fixing the SHA256:
|
@aristidb could be a regression on google's part? I will remove the sha check and retry. |
b12ea2d
to
d9958c8
Compare
@aristidb I've updated SHA. How do we manage artifacts whose SHAs might change? |
@aristidb I just rebased onto |
There's some discussion about how to deal with such artifacts in #4542 I'm afraid we don't really have a good solution. |
No, this is not a regression. I still have the same problem. You probably don't use chroot builds, so network accessing during build time work. They're highly impure though. I can't add packages that don't build in chroot. |
@aristidb I will look into the issues wrt to |
Usually pre-downloading the things that the package tries to download works. Julia programming language is an example, I think. |
@aaronlevin Do I understand it right that this currently works only without chroot builds enabled? |
@7c6f434c It was working for me until I performed an upgrade and then receive a similar error. So, perhaps we should close this PR without merging. |
@aaronlevin cool, let us know if you want to pursue the issue or close PR |
@iElectric I will close this PR and submit a new one if I have time to figure out the nuances with this package. Thanks! |
This is my first non-Haskell package. Google manages this package strangely: it's not version'd, uses
$HOME
during installation, etc. Hopefully I did the right things (I tried to look at other similar packages for inspiration).