Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
sudo subscription-manager repos --enable codeready-builder-for-rhel-10-$(arch)-rpms
sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-10.noarch.rpm -y
sudo dnf install rpm-build mock -y
sudo usermod -aG mock "$(whoami)"
SRPM_HASH=$(sha256sum *.rpm)
echo "SRPM_HASH: ${SRPM_HASH}"
mock --resultdir=. -r "fedora-42-${ARCH}" --rebuild trivalent-*.src.rpm
Expand Down