From 62eb1682d1e39360fa2f291de57277d6f216f5fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98ystein=20Krog?= Date: Wed, 1 Dec 2021 10:38:08 +0100 Subject: [PATCH] build: tmp skip dl cache --- .github/workflows/generate-srcinfo.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/generate-srcinfo.yml b/.github/workflows/generate-srcinfo.yml index cb103d3e3baa9..4d3e1631d6bcf 100644 --- a/.github/workflows/generate-srcinfo.yml +++ b/.github/workflows/generate-srcinfo.yml @@ -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: |