Revert "Temporarily skip unavailable packages"
The latest compose has the bpftool package again.
This reverts commit d2ea7b36c6.
This commit is contained in:
parent
8d5ad67639
commit
2caf4c7e0a
1 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ setenforce 0
|
|||
if [[ -n "${PACKIT_TARGET_URL:-}" ]]; then
|
||||
# Install systemd's build dependencies, as some of the integration tests setup stuff
|
||||
# requires pkg-config files
|
||||
dnf builddep --allowerasing --skip-unavailable -y systemd
|
||||
dnf builddep --allowerasing -y systemd
|
||||
git clone "$PACKIT_TARGET_URL" systemd
|
||||
cd systemd
|
||||
git checkout "$PACKIT_TARGET_BRANCH"
|
||||
|
|
@ -34,7 +34,7 @@ else
|
|||
# If the build is recent enough it might not be on the mirrors yet, so try koji as well
|
||||
koji download-build --arch=src "$(rpm -q systemd --qf "%{sourcerpm}")"
|
||||
fi
|
||||
dnf builddep --allowerasing --skip-unavailable -y ./systemd-*.src.rpm
|
||||
dnf builddep --allowerasing -y ./systemd-*.src.rpm
|
||||
rpmbuild --nodeps --define="_topdir $PWD" -rp ./systemd-*.src.rpm
|
||||
# Little hack to get to the correct directory without having to figure out
|
||||
# the exact name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue