enabled Pmodules build from github
Build and Publish RPM / build-and-publish (push) Failing after 3s
Build and Publish RPM / build-and-publish (push) Failing after 3s
This commit is contained in:
@@ -20,19 +20,27 @@ jobs:
|
||||
- name: Checkout LFS objects
|
||||
run: git clone https://${{secrets.GITHUB_TOKEN}}@gitea.psi.ch/${{ github.repository }}.git .
|
||||
|
||||
- name: Build RPM
|
||||
- name: Build RPM Pmodules RPM
|
||||
run: |
|
||||
spectool -g -R Pmodules.spec
|
||||
rpmbuild -ba Pmodules.spec
|
||||
|
||||
- name: Build RPM Pmodules_modules RPM
|
||||
run: |
|
||||
# spectool -g -R Pmodules.spec
|
||||
# rpmbuild -ba Pmodules.spec
|
||||
|
||||
# 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
|
||||
# we use the manually downloaded tar files
|
||||
dnf -y builddep Pmodules_bash.spec
|
||||
rpmbuild -ba Pmodules_bash.spec
|
||||
|
||||
- name: Check
|
||||
run: |
|
||||
# list generated rpms
|
||||
find RPMS
|
||||
|
||||
|
||||
@@ -20,19 +20,27 @@ jobs:
|
||||
- name: Checkout LFS objects
|
||||
run: git clone https://${{secrets.GITHUB_TOKEN}}@gitea.psi.ch/${{ github.repository }}.git .
|
||||
|
||||
- name: Build RPM
|
||||
- name: Build Pmodules RPM
|
||||
run: |
|
||||
spectool -g -R Pmodules.spec
|
||||
rpmbuild -ba Pmodules.spec
|
||||
|
||||
- name: Build Pmodules_modules RPM
|
||||
run: |
|
||||
# spectool -g -R Pmodules.spec
|
||||
# rpmbuild -ba Pmodules.spec
|
||||
|
||||
# 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 Pmodules_bash RPM
|
||||
run: |
|
||||
# spectool -g -R Pmodules_bash.spec
|
||||
# we use the manually downloaded tar files
|
||||
dnf -y builddep Pmodules_bash.spec
|
||||
rpmbuild -ba Pmodules_bash.spec
|
||||
|
||||
- name: Check
|
||||
run: |
|
||||
# list generated rpms
|
||||
find RPMS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user