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

[Julia] pin curl <8.10 to restrict libcurl <8.10 so Julia installs packages correctly #3755

Merged
merged 4 commits into from
Sep 23, 2024

Conversation

valeriupredoi
Copy link
Contributor

@valeriupredoi valeriupredoi commented Sep 23, 2024

Description

It appears Julia is struggling with libcurl >8.10 as discussed in JuliaLang/Downloads.jl#260 - a change in libcurl makes Julia not able to install packages correctly, and throws various SegFaults and other nasty stuff; initially thought to be due to our old Julia 1.9.3 (that's another story - we can't update Julia until we move to support Python 3.12), or our old NetCDF.jll (which is, in turn, restricted by RainFARM). The alternative would be for us to completely (temporarily) turn off Julia installations, as in #3748


Before you get started

Checklist

It is the responsibility of the author to make sure the pull request is ready to review. The icons indicate whether the item will be subject to the 🛠 Technical or 🧪 Scientific review.

@valeriupredoi valeriupredoi changed the title [Julia] Attempt to pin curl to restrict libcurl see if Julia installs packages correctly [Julia] pin curl <8.10 to restrict libcurl <8.10 so Julia installs packages correctly Sep 23, 2024
@valeriupredoi valeriupredoi added this to the v2.12.0 milestone Sep 23, 2024
@valeriupredoi valeriupredoi marked this pull request as ready for review September 23, 2024 15:54
Copy link
Member

@bouweandela bouweandela left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice detective work! Could you clean up the GitHub Action workflow file?

.github/workflows/test.yml Outdated Show resolved Hide resolved
Co-authored-by: Bouwe Andela <b.andela@esciencecenter.nl>
@valeriupredoi
Copy link
Contributor Author

Thank you, sir! Just did 🍺

@valeriupredoi valeriupredoi merged commit 8761590 into main Sep 23, 2024
0 of 6 checks passed
@valeriupredoi valeriupredoi deleted the pin_libcurl branch September 23, 2024 16:40
@valeriupredoi valeriupredoi mentioned this pull request Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Julia] Installing Julia dependencies fails (call: esmvaltool install julia)
2 participants