]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
github: CodeQL currently doesn't support ccache
authorTobias Brunner <tobias@strongswan.org>
Tue, 6 Dec 2022 08:39:50 +0000 (09:39 +0100)
committerTobias Brunner <tobias@strongswan.org>
Tue, 6 Dec 2022 08:41:42 +0000 (09:41 +0100)
Just disable it but keep everything in place for now.

.github/workflows/codeql.yml

index 4a92b773a2b1ec2dd28f29c77022a6bf274ffd58..edf715e5af8b49aa32c2cda0f79d77c975b49caf 100644 (file)
@@ -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: