feat(rpm): add Fedora 44 to build matrix - #64
Open
linuxnow wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #63.
Summary
One-line change extending
arexibo/.github/workflows/rpm.yml'sfedora-matrixfrom["43"]to["43", "44"].Why arexibo first (smallest blast to validate F44 in the shared
build-rpm.ymlreusable): pure Rust, no Node deps, no Chromium pin. Once this lands green, the same one-line change can roll out to xiboplayer-kiosk, xiboplayer-electron, xiboplayer-chromium, xiboplayer-chrome, xiboplayer-tizen, xiboplayer-webos in follow-up PRs.Pre-flight checks captured in #63:
Release: 3%{?dist}—.fc44.naming is automatic.rust,cargo,dbus-devel,zeromq-devel,qt6-qtwebengine-devel) all resolvable per the overnight audit (D3).build-rpm.ymlalready declaresFEDORA_VERS="43 44"in its R2 upload step — no reusable-workflow change required.xiboplayer-release-44-7.fc44.noarch.rpmis already live on R2.Test plan
v0.3.3-4) to trigger the workflow.arexibo-0.3.3-N.fc43.{x86_64,aarch64}.rpmandarexibo-0.3.3-N.fc44.{x86_64,aarch64}.rpmland on R2.update-repos.ymlonxiboplayer.github.ioregenerates F44 repodata.sudo dnf install https://dl.xiboplayer.org/rpm/fedora/44/noarch/xiboplayer-release-44-7.fc44.noarch.rpm && sudo dnf install arexiboshould succeed.Risk
Low. Build matrix change only. F44 build failures don't block F43 builds (parallel matrix).
Follow-ups (out of scope)
nodejs/nodejs-libsfor F44 — kiosk/electron/chromium PRs should pin explicitnodejs22when they extend.