Release v4.6.1
- Back-port previous GitHub release notes to `.github/releases/` - Fix SUSE and Rocky Linux 8 builds Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
10
.github/actions/rpm/action.yml
vendored
10
.github/actions/rpm/action.yml
vendored
@@ -67,8 +67,14 @@ runs:
|
||||
|
||||
- name: Build RPMs and run tests
|
||||
run: |
|
||||
mock -r ${{ inputs.target }} --rebuild --spec=warewulf.spec --sources=.
|
||||
mock -r ${{ inputs.target }} --chroot -- make -C /builddir/build/BUILD/warewulf-${{ env.EXPECTED_VERSION }} test
|
||||
root="${{ inputs.target }}"
|
||||
eol_root="/etc/mock/eol/${root}.cfg"
|
||||
if [ -f "${eol_root}" ]
|
||||
then
|
||||
root="${eol_root}"
|
||||
fi
|
||||
mock --root="${root}" --rebuild --spec=warewulf.spec --sources=.
|
||||
mock --root="${root}" --chroot -- make -C /builddir/build/BUILD/warewulf-${{ env.EXPECTED_VERSION }} test
|
||||
shell: bash
|
||||
|
||||
- name: Upload RPM
|
||||
|
||||
Reference in New Issue
Block a user