Skip to content
Snippets Groups Projects

Add Rocky Linux 8 CI pipeline jobs

Merged Duncan Macleod requested to merge duncanmmacleod/lalsuite:ci-el8-2 into master
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -268,7 +268,7 @@ default:
- rpmbuild -ts --define "_topdir ${RPM_BUILD_TOPDIR}" ${TARBALL}
- SRPM=${RPM_BUILD_TOPDIR}/SRPMS/${PACKAGE}-*.src.rpm
# install build dependencies
- yum-builddep -y -q ${SRPM}
- yum-builddep -y ${SRPM}
# print installed packages
- yum list installed --quiet
# build binary rpms and print details of what we got
Loading