temporarily disable patches in pipeline
ci/woodpecker/tag/woodpecker Pipeline failed Details

This commit is contained in:
Luca Bilke 2024-02-03 18:01:23 +01:00
parent ed0f9b0c3d
commit 09bedc24c8
No known key found for this signature in database
GPG Key ID: AD6630D0A1E650AC
1 changed files with 3 additions and 3 deletions

View File

@ -13,9 +13,9 @@ steps:
libfreetype6-dev libfontconfig1-dev
cp -f config.mk patches.h dwm-flexipatch/
flexipatch-finalizer/flexipatch-finalizer.sh -r -d dwm-flexipatch -o dwm-final
for patch in patches/*.diff; do
patch -d dwm-final <"$patch"
done
# for patch in patches/*.diff; do
# patch -d dwm-final <"$patch"
# done
cp -f config.h dwm-final/
cd dwm-final || exit 1
make clean install DESTDIR="$${CI_WORKSPACE}/pkg" PREFIX="/usr"