fix(ci): use rpm runner for package and publish jobs
All checks were successful
poll-upstream / check (push) Successful in 1s
poll-upstream / check-prerelease (push) Successful in 2s

The cuda-13.0 container used for build jobs does not have RPM build
tools. Switch package and publish jobs to the rpm runner which includes
rpmdev-setuptree, rpmbuild, and sequoia-sq.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-12 05:50:11 +03:00
parent 34c9cbb89d
commit e7d7e6961f
2 changed files with 4 additions and 4 deletions

View File

@@ -100,7 +100,7 @@ jobs:
package: package:
needs: build needs: build
runs-on: fedora-43 runs-on: rpm
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
@@ -143,7 +143,7 @@ jobs:
publish: publish:
needs: package needs: package
runs-on: fedora-43 runs-on: rpm
concurrency: concurrency:
group: rpm-publish group: rpm-publish
cancel-in-progress: false cancel-in-progress: false

View File

@@ -87,7 +87,7 @@ jobs:
package: package:
needs: build needs: build
runs-on: fedora-43 runs-on: rpm
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
@@ -143,7 +143,7 @@ jobs:
publish: publish:
needs: package needs: package
runs-on: fedora-43 runs-on: rpm
env: env:
RPM_REPO_HOST: oolon.kosherinata.internal RPM_REPO_HOST: oolon.kosherinata.internal
strategy: strategy: