From: Tobias Brunner Date: Tue, 6 Dec 2022 08:39:50 +0000 (+0100) Subject: github: CodeQL currently doesn't support ccache X-Git-Tag: 5.9.9rc1~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44378d2521bee895b4a47070e39eedcb7356a9ce;p=thirdparty%2Fstrongswan.git github: CodeQL currently doesn't support ccache Just disable it but keep everything in place for now. --- diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 4a92b773a2..edf715e5af 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -6,6 +6,8 @@ env: CCACHE_BASEDIR: ${{ github.workspace }} CCACHE_COMPRESS: true CCACHE_MAXSIZE: 200M + # CodeQL currently doesn't support ccache + CCACHE_DISABLE: true OS_NAME: linux jobs: