build environment modules added to rhel8 workflow
Build and Publish RPM / build-and-publish (push) Failing after 2m46s

This commit is contained in:
2026-05-13 15:49:47 +02:00
parent 45a44c3777
commit 9f5a70dbc6
+9 -2
View File
@@ -30,14 +30,14 @@ jobs:
run: |
spectool -g -R Pmodules.spec
rpmbuild -ba Pmodules.spec
- name: Build RPM Pmodules_modules RPM
run: |
# spectool -g -R Pmodules_modules.spec
# we use the manually downloaded tar files
dnf -y builddep Pmodules_modules.spec
rpmbuild -ba Pmodules_modules.spec
- name: Build RPM Pmodules_bash RPM
run: |
# spectool -g -R Pmodules_bash.spec
@@ -45,6 +45,13 @@ jobs:
dnf -y builddep Pmodules_bash.spec
rpmbuild -ba Pmodules_bash.spec
- name: Build RPM environment-modules RPM
run: |
# spectool -g -R Pmodules_bash.spec
# we use the manually downloaded tar files
dnf -y builddep environment-modules.spec
rpmbuild -ba environment-modules.spec
- name: Check
run: |
# list generated rpms