Skip to content

Commit

Permalink
build: tmp skip dl cache
Browse files Browse the repository at this point in the history
  • Loading branch information
oysteinkrog committed Dec 1, 2021
1 parent 6d1bee9 commit 62eb168
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/generate-srcinfo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,6 @@ jobs:
install: binutils
update: true

- name: Download srcinfo.json and set up the environment
shell: msys2 {0}
run: |
# XXX: linting PKGBUILDs takes a loooong time, this skips it
sed -i s/^lint_pkgbuild/#lint_pkgbuild/g /usr/bin/makepkg
# XXX: we don't need the toolchains for --printsrcinfo, but makepkg-mingw complains if gcc doesn't exist
touch /mingw64/bin/gcc.exe /mingw32/bin/gcc.exe /ucrt64/bin/gcc.exe /clang64/bin/clang.exe /clang32/bin/clang.exe /clangarm64/bin/clang.exe
curl --fail -L --retry 5 -o srcinfo.json "https://github.com/$GITHUB_REPOSITORY/releases/download/srcinfo-cache/srcinfo.json"

- name: Parse PKGBUILDs and update srcinfo.json
run: |
Expand Down

0 comments on commit 62eb168

Please sign in to comment.