parent
7c7002f5de
commit
f60a6c4b4f
|
@ -102,6 +102,9 @@ commonprep () {
|
|||
git clone https://github.com/packpack/packpack.git packpack
|
||||
fi
|
||||
|
||||
# Rpm builds are broken in latest packpack master. Temporarily roll back.
|
||||
git -C packpack checkout 7cf23ee
|
||||
|
||||
# Patch packpack
|
||||
patch --dry-run --silent -f -p1 < utils/packpack/packpack-rpm.patch
|
||||
if [ $? -eq 0 ]; then
|
||||
|
|
Loading…
Reference in New Issue