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

Conversation

aarzilli
Copy link
Member

@aarzilli aarzilli commented Jan 3, 2024

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

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
Copy link
Member

@derekparker derekparker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@derekparker derekparker merged commit 1a1e215 into go-delve:master Jan 9, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants