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

builds now use larger runners and windows returns to github runners #332

Merged
merged 1 commit into from
Jun 9, 2023

Conversation

mattelser
Copy link
Contributor

fixes #324. Github opened a beta for larger runners, which fixes the problem of CentOS builds running OOM, which is a pretty simple drop-in replacement. It also allows us to bring windows builds back to github from the current self-hosted runner, which was a bit more involved.

Part of moving the windows builds back to github is adjusting the conan setup. The self-hosted runner placed the conan home dir on a separate volume (explained here), but this no longer seems necessary so I've removed the d:\. Also this move was potentially causing us to not find the conan home dir as a result of the previously cached docker image containing the conan dir in a different location. As a result we've incremented the cache busting counter.

@mattelser mattelser merged commit 129f883 into main Jun 9, 2023
@mattelser mattelser deleted the increase-runner-size branch June 9, 2023 15:22
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.

CentOS build action sporadically running OOM
2 participants