Skip to content
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

Install newer versions of curl/libcurl #1297

Merged
merged 1 commit into from
Sep 15, 2023
Merged

Install newer versions of curl/libcurl #1297

merged 1 commit into from
Sep 15, 2023

Conversation

rosbo
Copy link
Contributor

@rosbo rosbo commented Sep 14, 2023

Background:
DLVM base image includes curl/libcurl 7.68
mamba requires libcurl >= 7.86
this caused libcurl to be upgraded to 8.2.1 (latest) and the curl tool still uses the old version causing the mismatch warning.

Solution:
Upgrade curl/libcurl before installing mamba to version

This is installing the following curl/libcurl version:

curl               pkgs/main/linux-64::curl-8.2.1-hdbd6064_0
libcurl            pkgs/main/linux-64::libcurl-8.2.1-h251f7ec_0

http://b/299991198

Background:
DLVM base image includes curl/libcurl 7.68
mamba requires libcurl >= 7.86
this caused libcurl to be upgraded to 8.2.1 (latest) and the curl tool
still uses the old version causing the mismatch warning.

Solution:
Upgrade curl/libcurl before installing mamba to version

This is installing the following curl/libcurl version:
curl               pkgs/main/linux-64::curl-8.2.1-hdbd6064_0
libcurl            pkgs/main/linux-64::libcurl-8.2.1-h251f7ec_0

http://b/299991198
@rosbo rosbo requested a review from djherbis September 14, 2023 22:12
@rosbo
Copy link
Contributor Author

rosbo commented Sep 15, 2023

Test failure is unrelated. Filed a bug to investigate the other failure: https://b.corp.google.com/issues/300552705

@rosbo rosbo merged commit 8ea3fab into main Sep 15, 2023
3 checks passed
@rosbo rosbo deleted the install-newer-curl branch September 15, 2023 03:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants