Skip to content

Commit 6c232af

Browse files
Disable ClimaCore.Fields.error_mismatched_spaces
1 parent e8ba9dd commit 6c232af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.buildkite/ci_driver.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ redirect_stderr(IOContext(stderr, :stacktrace_types_limited => Ref(false)))
1111
# and run `using PrecompileTools; PrecompileTools.verbose[] = true; include(".buildkite/PrecompileCI/src/PrecompileCI.jl")`
1212
using PrecompileCI
1313
import ClimaComms
14+
import ClimaCore
15+
ClimaCore.Fields.error_mismatched_spaces(::Type, ::Type) = nothing # causes unsupported dynamic function invocation
1416
ClimaComms.@import_required_backends
1517
import ClimaAtmos as CA
1618
import Random

0 commit comments

Comments
 (0)