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

Update Julia and Pixi manifests #514

Merged
merged 1 commit into from
Dec 9, 2024
Merged

Update Julia and Pixi manifests #514

merged 1 commit into from
Dec 9, 2024

Conversation

visr
Copy link
Member

@visr visr commented Dec 6, 2024

The main benefit is that the Julia update from 1.10.5 to 1.10.7 will fix random failures on TeamCity related to artifact installation filesystem issues. See https://discourse.julialang.org/t/error-ioerror-rm-c-users-35879-julia-artifacts-jl-wek1vy-bin-directory-not-empty-enotempty/123142/5?u=visr if you are interested in details.

Copy link
Member Author

@visr visr left a comment

Choose a reason for hiding this comment

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

With Julia 1.12 we can use workspaces such that we only have a single Manifest.toml, that will be nicer to handle: https://github.com/JuliaLang/Pkg.jl/blob/master/CHANGELOG.md#pkg-v112-release-notes

@@ -11,10 +11,11 @@ platforms = ["win-64", "linux-64"]

[tasks]
# Installation
install-julia = "juliaup add 1.10.5 && juliaup override unset && juliaup override set 1.10.5"
install-julia = "juliaup add 1.10.7 && juliaup override set 1.10.7"
Copy link
Member Author

Choose a reason for hiding this comment

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

This can be simplified due to JuliaLang/juliaup#1002. Pixi will pull in the latest juliaup with this patch.

Comment on lines +16 to +18
# Clear SSL_CERT_DIR to avoid Julia warnings, see https://github.com/JuliaLang/Downloads.jl/issues/244
update-registry-julia = { cmd = "julia --eval='using Pkg; Registry.update()'", env = { SSL_CERT_DIR = "" } }
instantiate-julia = {cmd = "julia --project --eval='using Pkg; Pkg.instantiate()'",env = { SSL_CERT_DIR = "" } }
Copy link
Member Author

Choose a reason for hiding this comment

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

These will be less noisy, see JuliaLang/Downloads.jl#244

@visr visr merged commit fbc2383 into master Dec 9, 2024
9 checks passed
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