<mint_TVH>
The workflow YAML currently has the RPM upload commented out. I remember that chewitt said the cloudsmith.sh script needed changes to support RPM as well. That looks to me like just adding cases to the $OS switch. If that is indeed the case, I can submit those too.
<htsbot>
[discord] <chewitt> Feel free to send a larger change that enables rpm .. it all needs fixing 🙂
<mint_TVH>
Sounds good.
<htsbot>
[discord] <flole998> Similar explanation for the different steps: The cross compile stuff needs to be in a single step I think, otherwise it will spin up another container.
arch3r has quit [Quit: bye]
arch3r has joined #hts
<mint_TVH>
Alright then; I'll leave it as is.
<mint_TVH>
Running the workflow for the (hopefully) final test. RPM upload at least is working.
<mint_TVH>
Why does the "build repo" workflow build on Fedora rawhide (40 at the moment)? Cloudsmith only hosts for release versions, so they only go to 39. I just added a case to the cloudsmith.sh script to exit if running on 40 so the job is successful even though it can't upload the built package.
<mint_TVH>
I guess then you do provide pre-built rawhide packages, even though they have to be manually downloaded and installed.