(Redirect Package Maintainer wiki links to docs.fp.o) |
|||
(10 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{shortcut|Arch:RISC-V}} | |||
{{autolang|base=yes}} | |||
All about building Fedora packages for [[Architectures/RISC-V|RISC-V]]. If you want to help build packages or fix broken packages, you've come to the right place. | |||
= Autobuilder = | = Autobuilder = | ||
Line 9: | Line 8: | ||
All packages are now built with an [https://github.com/rwmjones/fedora-riscv-autobuild autobuilder] which picks up packages as they are built in [http://koji.fedoraproject.org/koji/ Fedora Koji build system] and tries to rebuild them for RISC-V. [https://fedorapeople.org/groups/risc-v/ The status of builds, build logs, RPMs and SRPMs can be found here]. | All packages are now built with an [https://github.com/rwmjones/fedora-riscv-autobuild autobuilder] which picks up packages as they are built in [http://koji.fedoraproject.org/koji/ Fedora Koji build system] and tries to rebuild them for RISC-V. [https://fedorapeople.org/groups/risc-v/ The status of builds, build logs, RPMs and SRPMs can be found here]. | ||
The autobuilder can also be manually told to build a particular package, or to do a mass rebuild of every package in Fedora. If you need a particular package rebuilt, please ping <code>rwmjones</code> in the <code>#fedora-riscv</code> IRC channel on | The autobuilder can also be manually told to build a particular package, or to do a mass rebuild of every package in Fedora. If you need a particular package rebuilt, please ping <code>rwmjones</code> in the <code>#fedora-riscv</code> IRC channel on Libera. | ||
We are currently only building Fedora | We are currently only building Fedora 27 and 28 packages, but expect to move to Rawhide in the near future. | ||
= Fixing broken builds = | = Fixing broken builds = | ||
Fedora has an [ | Fedora has an [https://docs.fedoraproject.org/en-US/package-maintainers/Staying_Close_to_Upstream_Projects/ upstream first policy] and Fedora/RISC-V tries to stay as close as possible to this rule. Please send all your riscv64 changes to the upstream project. From there they will trickle down into Fedora. | ||
If your package needs specfile changes, then you can ask the Fedora package maintainer to add those changes for you. However you should '''not''' do this for hacks, for patches which should go upstream, or for missing dependencies. If there are missing dependencies, work on the dependencies first. [https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/EEGFAY6XH5JIMOMIZUF7TALKVLBBJVCW/#EEGFAY6XH5JIMOMIZUF7TALKVLBBJVCW More information on this point.] | If your package needs specfile changes, then you can ask the Fedora package maintainer to add those changes for you. However you should '''not''' do this for hacks, for patches which should go upstream, or for missing dependencies. If there are missing dependencies, work on the dependencies first. [https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/EEGFAY6XH5JIMOMIZUF7TALKVLBBJVCW/#EEGFAY6XH5JIMOMIZUF7TALKVLBBJVCW More information on this point.] | ||
If you have fixed a build, then there are two ways to get it into Fedora/RISC-V. Either do a primary arch build in Koji, which (if successful) the autobuilder will pick up automatically. Or ping <code>rwmjones</code> on <code>#fedora-riscv</code> and he will kick off a manual build. | If you have fixed a build, then there are two ways to get it into Fedora/RISC-V. Either do a primary arch build in Koji, which (if successful) the autobuilder will pick up automatically. Or ping <code>rwmjones</code> on <code>#fedora-riscv</code> and he will kick off a manual build. | ||
= Testing builds locally = | = Testing builds locally = | ||
Download the [https://fedorapeople.org/groups/risc-v/disk-images/ stage4 disk image] and follow the instructions in the README | Download the [https://fedorapeople.org/groups/risc-v/disk-images/ stage4 disk image] and follow the instructions in the README file. | ||
= How stage4 is built = | |||
See [https://github.com/rwmjones/fedora-riscv-stage4 this repository]. |
Latest revision as of 11:48, 9 October 2021
All about building Fedora packages for RISC-V. If you want to help build packages or fix broken packages, you've come to the right place.
Autobuilder
All packages are now built with an autobuilder which picks up packages as they are built in Fedora Koji build system and tries to rebuild them for RISC-V. The status of builds, build logs, RPMs and SRPMs can be found here.
The autobuilder can also be manually told to build a particular package, or to do a mass rebuild of every package in Fedora. If you need a particular package rebuilt, please ping rwmjones
in the #fedora-riscv
IRC channel on Libera.
We are currently only building Fedora 27 and 28 packages, but expect to move to Rawhide in the near future.
Fixing broken builds
Fedora has an upstream first policy and Fedora/RISC-V tries to stay as close as possible to this rule. Please send all your riscv64 changes to the upstream project. From there they will trickle down into Fedora.
If your package needs specfile changes, then you can ask the Fedora package maintainer to add those changes for you. However you should not do this for hacks, for patches which should go upstream, or for missing dependencies. If there are missing dependencies, work on the dependencies first. More information on this point.
If you have fixed a build, then there are two ways to get it into Fedora/RISC-V. Either do a primary arch build in Koji, which (if successful) the autobuilder will pick up automatically. Or ping rwmjones
on #fedora-riscv
and he will kick off a manual build.
Testing builds locally
Download the stage4 disk image and follow the instructions in the README file.
How stage4 is built
See this repository.