From 9f5a70dbc6f5a5adaf10b4c87d62ea71dd2e68d0 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 13 May 2026 15:49:47 +0200 Subject: [PATCH] build environment modules added to rhel8 workflow --- .gitea/workflows/build_rhel8.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build_rhel8.yaml b/.gitea/workflows/build_rhel8.yaml index 60779ca..775867d 100644 --- a/.gitea/workflows/build_rhel8.yaml +++ b/.gitea/workflows/build_rhel8.yaml @@ -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