Skip to content

Commit

Permalink
disable precompilation on 1.12+ since it hangs (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC committed Jun 29, 2024
1 parent 4d3bac0 commit 434e7d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OhMyREPL.jl
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ function __init__()
end
end

if !Sys.iswindows()
if VERSION <= v"1.12-" && !Sys.iswindows()
if ccall(:jl_generating_output, Cint, ()) == 1
include("precompile.jl")
end
Expand Down

0 comments on commit 434e7d7

Please sign in to comment.