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

Fixes failing FreeBSD build in CI #4272

Merged
merged 2 commits into from
Oct 31, 2023
Merged

Fixes failing FreeBSD build in CI #4272

merged 2 commits into from
Oct 31, 2023

Conversation

maddeleine
Copy link
Contributor

@maddeleine maddeleine commented Oct 30, 2023

Resolved issues:

N/A

Description of changes:

Our FreeBSD builds are hanging. It seems like the workflow doesn't go past 20 minutes normally. We recently changed how we run our FreeBSD github action. During that switch, we explicitly set the version to FreeBSD 13.2. However, previously we were using vmactions/[email protected]. This action did not add support for FreeBSD 13.2 until this June, in v0.3.1. I suspect that we accidentally bumped the version of FreeBSD we were running when we switched to the new github action.

So essentially getting us back to 13.1 should get the CI working again, and we have more investigation to do if we want to support 13.2. I also added a timeout because this action should not be going longer than that.

Callouts

Note that this is not the only issue with this action. I've seen this other failure as well: cross-platform-actions-64, although it can be fixed with a retry.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@github-actions github-actions bot added the s2n-core team label Oct 30, 2023
@maddeleine maddeleine changed the title Adds timeout to FreeBSD build Lowers version of FreeBSD build Oct 30, 2023
@maddeleine maddeleine marked this pull request as ready for review October 30, 2023 23:52
@maddeleine maddeleine changed the title Lowers version of FreeBSD build Fixes failing FreeBSD build in CI Oct 31, 2023
Copy link
Contributor

@lrstewart lrstewart left a comment

Choose a reason for hiding this comment

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

I'm seeing three successful runs and no timeouts, I think you fixed it!

@maddeleine maddeleine merged commit ec24437 into main Oct 31, 2023
24 checks passed
@maddeleine maddeleine deleted the freebsd_timeout branch October 31, 2023 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants