-
Notifications
You must be signed in to change notification settings - Fork 6
Stop downloading unused curl #119
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
base: stackdriver-agent-5.5.2
Are you sure you want to change the base?
Conversation
@@ -17,13 +17,7 @@ CURL_VERSION=7.52.1 | |||
endif | |||
endif | |||
|
|||
ifeq ($(filter sles%,$(DISTRO)),) # If DISTRO is not sles*. | |||
vendor: | |||
[ -f curl-$(CURL_VERSION).tar.bz2 ] || curl -O https://curl.haxx.se/download/curl-$(CURL_VERSION).tar.bz2 |
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.
We also have to fix all parts of the RPM spec that use bundle_curl
(that's where this downloaded source is used).
Is the following still an issue? agent-packaging/rpm/stackdriver-agent.spec Lines 120 to 121 in 67eeef7
|
I removed the usage, what would be the next steps? |
The sha1 of the downloaded curl is no longer matches the on in curl-7.34.0.sha1 (which seems suspicious). This PR stops downloading curl, as we don't seem to be using it