We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8b639a commit 07edae3Copy full SHA for 07edae3
.github/workflows/generate-srcinfo.yml
@@ -27,6 +27,8 @@ jobs:
27
update: true
28
29
- run: |
30
+ # XXX: linting PKGBUILDs takes a loooong time, this skips it
31
+ sed -i s/^lint_pkgbuild/#lint_pkgbuild/g /usr/bin/makepkg
32
curl --fail -L --retry 5 -o srcinfo.json "https://github.com/$GITHUB_REPOSITORY/releases/download/srcinfo-cache/srcinfo.json"
33
python .ci/ci-generate-srcinfo.py --time-limit 19800 msys . srcinfo.json
34
0 commit comments