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

[GA] Fix minor issues with latest GA runner images #2930

Merged
merged 5 commits into from
Jul 28, 2024

Conversation

Fuzzbawls
Copy link
Collaborator

Latest batch of GA runner images have introduced some more minor bugs that were preventing builds from finishing.

first two commits address the halting bugs, second two are a semi-related optimization.

needed for macos cross builds due to an outdated runner cache.
Avoids the need to (re)install python from distro repos.
there is no arm64 python 3.8 cache for these runners, leading to a
benign but ugly warning.
@Fuzzbawls Fuzzbawls added this to the 6.0.0 milestone Jun 19, 2024
@Fuzzbawls Fuzzbawls self-assigned this Jun 19, 2024
Copy link
Member

@Liquid369 Liquid369 left a comment

Choose a reason for hiding this comment

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

tACK 92844ce

Copy link

@panleone panleone left a comment

Choose a reason for hiding this comment

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

utACK 92844ce

@Fuzzbawls Fuzzbawls merged commit 9bc2ee2 into PIVX-Project:master Jul 28, 2024
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants