Skip to content

Other problems

B. K. Oxley (binkley) edited this page Aug 14, 2024 · 4 revisions

Other problems

Question anticipated, but we want to hear more questions from you!

Why is my build slow?

See Performance problems.

It fails in CI, but passes locally

As much as you would like local builds to be identical to CI, this can still happen for reasons of environment. Examples can include:

  • Credentials needed in CI have changed: Update your CI configuration
  • Network routing has changed, and CI is in a different subnet from local: Talk with your Infrastructure team
  • CI includes steps to push successful builds further down the line to other environments, and something there went wrong: Talk with your Infrastructure team
  • Dependencies break in CI: If CI uses an internal dependency repository, check in with the maintainers of the repository
Clone this wiki locally