Skip to content

Commit

Permalink
Avoid race when loading GAP.jl in parallel in multple processes
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Oct 12, 2022
1 parent 8aaff67 commit 5edcf76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/setup.jl
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ function regenerate_gaproot()
sysinfo["GAC"] = joinpath(gaproot_mutable, "gac")

# create the mutable gaproot
rm(gaproot_mutable, recursive=true, force=true)
mkpath(gaproot_mutable)
cd(gaproot_mutable) do
# create fake sysinfo.gap
Expand Down

0 comments on commit 5edcf76

Please sign in to comment.