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

test: update F39 repositories #388

Merged
merged 2 commits into from
Jan 19, 2024

Conversation

achilleas-k
Copy link
Member

The repository snapshots were updated as part of #361 (not yet merged) which caused the Fedora 39 aarch64 image installer build to start failing. The packages we're installing for Anaconda are larger than 4 GiB (the size of the LiveOS image) on Fedora 39 aarch64. The size increase isn't huge, checking the size of the packages, it goes from 3880533484 to 3974938171 bytes, but it's enough to tip it over the threshold of a 4 GiB partition.

Opening this PR as a standalone repo snapshot update to modify the LiveOS size separate from the #361 PR.
Increasing the size for all LiveOS images on the image installers to 5 GiB to avoid further issues. After compression, the increase should have a negligible (if any) effect on the size of the ISO.

Need newer repo snapshots that include bootc.
The packages we're installing for Anaconda are larger than 4 GiB (the
size of the LiveOS image) on Fedora 39 aarch64.  The size increase isn't
huge, checking the size of the packages, it goes from 3880533484 to
3974938171 bytes, but it's enough to tip it over the threshold of a 4
GiB partition.

Increasing the size for all LiveOS images on the image installers to 5
GiB to avoid further issues.  After compression, the increase should
have a negligible (if any) effect on the size of the ISO.
@achilleas-k achilleas-k requested a review from bcl January 19, 2024 16:24
Copy link
Contributor

@bcl bcl left a comment

Choose a reason for hiding this comment

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

Looks like the perfect solution :)

@achilleas-k achilleas-k added this pull request to the merge queue Jan 19, 2024
Merged via the queue into osbuild:main with commit 2223a3a Jan 19, 2024
10 checks passed
@achilleas-k achilleas-k deleted the update-repo-snapshots branch January 26, 2024 11:26
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