Skip to content

Commit 07edae3

Browse files
committed
CI: skip lint_pkgbuild when generating the srcinfo
1 parent b8b639a commit 07edae3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/generate-srcinfo.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
update: true
2828

2929
- run: |
30+
# XXX: linting PKGBUILDs takes a loooong time, this skips it
31+
sed -i s/^lint_pkgbuild/#lint_pkgbuild/g /usr/bin/makepkg
3032
curl --fail -L --retry 5 -o srcinfo.json "https://github.com/$GITHUB_REPOSITORY/releases/download/srcinfo-cache/srcinfo.json"
3133
python .ci/ci-generate-srcinfo.py --time-limit 19800 msys . srcinfo.json
3234

0 commit comments

Comments
 (0)