build environment modules added to rhel8 workflow
Build and Publish RPM / build-and-publish (push) Failing after 2m46s
Build and Publish RPM / build-and-publish (push) Failing after 2m46s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user