File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
# (See also Base.type_limited_string_from_context())
6
6
redirect_stderr (IOContext (stderr , :stacktrace_types_limited => Ref (false )))
7
7
# PrecompileCI is a local package that forces commonly used methods to be precompiled,
8
- # allowing them to be reused between Julia sessions.
9
- # To load in the precompiled methods, run `using PrecompileCI` before loading ClimaAtmos.
8
+ # allowing them to be reused between Julia sessions.
9
+ # To load in the precompiled methods, run `using PrecompileCI` before loading ClimaAtmos.
10
10
# To see what methods are precompiled, open julia: `julia --project=.buildkite/PrecompileCI`
11
11
# and run `using PrecompileTools; PrecompileTools.verbose[] = true; include(".buildkite/PrecompileCI/src/PrecompileCI.jl")`
12
12
using PrecompileCI
You can’t perform that action at this time.
0 commit comments