fix(ci): use rpm runner for package and publish jobs
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:
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user