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

actions: remove unnecessary packages #9128

Merged
merged 1 commit into from Feb 24, 2024

Conversation

tobtoht
Copy link
Contributor

@tobtoht tobtoht commented Jan 19, 2024

GitHub runners bundle a number of unnecessary packages, including a newer version of CMake. Runners prefer using bundled libraries and binaries over explicitly installed packages by default.

The CI build environment should match the expected environment (e.g. Ubuntu 20.04) as closely as possible, in order to mitigate unintended build system regressions.

See: #9126 (comment)

This PR needs #9126 to pass CI.

@luigi1111 luigi1111 merged commit 400b313 into monero-project:master Feb 24, 2024
18 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.

None yet

4 participants