Skip to content

CircleCI hardocodes a maximum build time of 5 hours #970

@tlaurion

Description

@tlaurion

Houston, we have a problem:
https://app.circleci.com/pipelines/github/tlaurion/heads/694/workflows/9d351748-166a-4fa6-b0e4-7a08510cedcc/jobs/765

Build fails because:

Build timed out after 5h0m0s

context deadline exceeded

Documented here:
https://discuss.circleci.com/t/job-times-out-after-5-hours/32220/4

Possible solutions:

  • Reduce the number of boards supported under CI
  • Reduce the number of coreboot versions built (move all boards to latest coreboot version so that coreboot 4.11 and latest version are built (coreboot musl-cross for each coreboot version is taking a lot of time to build) )
  • Build on top to a docker image including the musl-cross-make tollchain we use and revert to having coreboot build on top (bad idea)
  • Test ccache ?
  • Check impacts of bumping CPUS=4 to something higher
  • Test if memory issues are still happening when removing CPUS= statement altogether.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions