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 e1f7a8c commit 189ed9eCopy full SHA for 189ed9e
test/loading.jl
@@ -1495,7 +1495,7 @@ end
1495
1496
# helper function to load a package and return the output
1497
function load_package(name, args=``)
1498
- code = "using $name"
+ code = "Base.disable_parallel_precompile = true; using $name"
1499
cmd = addenv(`$(Base.julia_cmd()) -e $code $args`,
1500
"JULIA_LOAD_PATH" => dir,
1501
"JULIA_DEPOT_PATH" => depot_path,
0 commit comments