Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TeamCity: speed up ppc64le CI #3622

Merged
merged 1 commit into from
Jan 9, 2024
Merged

TeamCity: speed up ppc64le CI #3622

merged 1 commit into from
Jan 9, 2024

Commits on Jan 3, 2024

  1. TeamCity: speed up ppc64le CI

    The builder is currently spending 15 to 20 minutes installing gcc and
    upgrading packages every time we run the tests.
    Because of this the build fails sometimes by running out of time.
    This change reduces that to 5 minutes by:
    
    * switching from curl to wget (which seems to have fewer dependencies)
    * not installing gcc on ppc64le
    * skipping tests that depend on gcc or other binutils
    aarzilli committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    586e5cf View commit details
    Browse the repository at this point in the history