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

Ensure precompilation when testing runs without threads on Julia 1.11 #4140

Open
wants to merge 1 commit into
base: release-1.11
Choose a base branch
from

Conversation

stemann
Copy link

@stemann stemann commented Jan 25, 2025

Fixes JuliaLang/julia#56458

Precompilation with threads is not supported: JuliaLang/julia#53572 (comment)

Ensures that tests run with threads, both when calling julia --project --threads=auto --eval 'using Pkg; Pkg.test()', and when calling julia --project --eval 'using Pkg; Pkg.test(; julia_args = ["--threads=auto"])'.

@stemann stemann force-pushed the feature/1.11_test_precompile_threads branch 3 times, most recently from 20ab98e to 13607ff Compare January 25, 2025 14:39
Fixes JuliaLang/julia#56458

Precompilation with threads is not supported: JuliaLang/julia#53572 (comment)

Ensures that tests run with threads, both when calling `julia --project --threads=auto --eval 'using Pkg; Pkg.test()'`, and when calling `julia --project --eval 'using Pkg; Pkg.test(; julia_args = ["--threads=auto"])'`.
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.

1 participant