From 841fdace5f2f7d8531a89ce6f4a2ef2ccc2c9c14 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 25 Apr 2021 15:26:05 +0200 Subject: [PATCH] update-srcinfo: silence warnings for clang builds --- .github/workflows/generate-srcinfo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate-srcinfo.yml b/.github/workflows/generate-srcinfo.yml index d605453b30..b5c8b5fb04 100644 --- a/.github/workflows/generate-srcinfo.yml +++ b/.github/workflows/generate-srcinfo.yml @@ -28,7 +28,7 @@ jobs: - run: | # 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 + touch /mingw64/bin/gcc.exe /mingw32/bin/gcc.exe /ucrt64/bin/gcc.exe /clang64/bin/clang.exe /clang32/bin/gcc.exe 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 mingw . srcinfo.json