This build is broken [CI SKIP]

main
Jef Roosens 2021-12-31 15:18:47 +01:00
parent e5247f6a36
commit 22c8b5c954
Signed by: Jef Roosens
GPG Key ID: 955C0660072F691F
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ pipeline:
- "echo 'builder ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers"
- su builder
# Build the package
- yes | makepkg -s --noconfirm --needed
- makepkg -s --noconfirm --needed
publish:
image: 'archlinux:latest'

View File

@ -50,7 +50,7 @@ prepare() {
cd "${srcdir}/joplin-${pkgver}"
tar xvJf "${srcdir}/joplin-patches.tar.xz"
patch -p1 < "${srcdir}/0005-All-Fixed-issue-where-synchroniser-would-try-to-upda.patch"
patch -R -p1 < "${srcdir}/0007-Tools-Use-Yarn-3-to-manage-monorepo-5833.patch"
patch -p1 < "${srcdir}/0007-Tools-Use-Yarn-3-to-manage-monorepo-5833.patch"
msg2 "Tweaking lerna.json"
local tmp_json="$(mktemp --tmpdir="$srcdir")"