enabled Pmodules build from github
Build and Publish RPM / build-and-publish (push) Failing after 3s

This commit is contained in:
2025-10-06 09:02:00 +02:00
parent 17cfa86dd4
commit c2ccfac20d
2 changed files with 26 additions and 10 deletions
+13 -5
View File
@@ -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
+13 -5
View File
@@ -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