We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af131e2 commit 8b1e521Copy full SHA for 8b1e521
.ci/run_tests.jl
@@ -7,4 +7,4 @@ end
7
proj = abspath(joinpath(@__DIR__, ".."))
8
cmd = """Base.runtests(["LinearAlgebra"]; propagate_project=true, ncores=$ncores)"""
9
run(addenv(`$(Base.julia_cmd()) --project=$proj --compiled-modules=existing -e $cmd`,
10
- "JULIA_NUM_THREADS" => 1, "JULIA_PRUNE_OLD_LA" => true))
+ "JULIA_NUM_THREADS" => 1))
0 commit comments