You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On buildkite, our precompilation step skips many dependencies (50+ per environment) because of circular dependencies. This happens for the exp/ClimaCore/, exp/ClimaEarth, and test environments, but not the top-level environment. We should investigate why this happens, since skipping precompilation will negatively impact performance.
On buildkite, our precompilation step skips many dependencies (50+ per environment) because of circular dependencies. This happens for the
exp/ClimaCore/
,exp/ClimaEarth
, andtest
environments, but not the top-level environment. We should investigate why this happens, since skipping precompilation will negatively impact performance.See the init step of this build for an example.
The text was updated successfully, but these errors were encountered: