Skip to content

Commit

Permalink
CI: skip lint_pkgbuild when generating the srcinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Sep 12, 2021
1 parent b8b639a commit 07edae3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/generate-srcinfo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
update: true

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

0 comments on commit 07edae3

Please sign in to comment.