Skip to content

Commit 8c5a1cf

Browse files
committed
test CI only with PrecompileTools installed
1 parent 11436ea commit 8c5a1cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Reactant.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ end
127127
#HACK: check_bounds is 1 with Pkg.test (and is heavely broken see #353).
128128
#Enable precompilation for normal usage
129129
@static if Base.JLOptions().check_bounds == 0
130-
include("precompile.jl")
130+
#include("precompile.jl")
131+
@info "disabled"
131132
end
132133

133134
end # module

0 commit comments

Comments
 (0)