-
-
Notifications
You must be signed in to change notification settings - Fork 277
Pkg.test(; julia_args = ["--threads=auto"])
seems to not have effect on julia 1.12.0-beta2
#4220
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
Comments
Pkg.test(; julia_args = ["--threads=auto"])
seems to not have effect on julia 1.12.0-beta1Pkg.test(; julia_args = ["--threads=auto"])
seems to not have effect on julia 1.12.0-beta2
Still an issue in beta2. |
@KristofferC Can we include #4203 in JuliaLang/julia#58270 ? |
Thanks for the ping, I forgot about that. It is on the backport branch and should be included in the next 1.12 beta. |
Confirmed this is working on the backport branch. |
I had to revert the Pkg bump on 1.12 due to some weird error https://buildkite.com/julialang/julia-release-1-dot-12/builds/113#0196a54e-48d6-4de5-86a4-bf423d4cbbc2. I don't want to delay getting the next beta out and there isn't anything super important in there so I rather just revert it, release a new beta and then deal with that error for the next pre release.
|
It seems #4141 somehow did not have effect in 1.12.0-beta1 despite inclusion in #4203.
The text was updated successfully, but these errors were encountered: