From 13da87c54a1c86c307afcfd9214c1ed45241b2f2 Mon Sep 17 00:00:00 2001 From: Tim Davis Date: Tue, 26 Dec 2023 09:37:35 -0600 Subject: [PATCH] remove GraphBLAS and LAGraph from CodeQL (not enough space on github) --- .github/workflows/codeql-analysis.yaml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/.github/workflows/codeql-analysis.yaml b/.github/workflows/codeql-analysis.yaml index e43a00ef26..ec8b1ee459 100644 --- a/.github/workflows/codeql-analysis.yaml +++ b/.github/workflows/codeql-analysis.yaml @@ -26,12 +26,15 @@ jobs: language: ['c-cpp'] # Learn more... # https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection - group: [other, graph] + group: [other] +# GraphBLAS and LAGraph disabled (the runners run out of memory or +# disk space) +# group: [other, graph] include: - group: other build-libs: SuiteSparse_config:Mongoose:AMD:BTF:CAMD:CCOLAMD:COLAMD:CHOLMOD:CSparse:CXSparse:LDL:KLU:UMFPACK:ParU:RBio:SPQR:SPEX - - group: graph - build-libs: GraphBLAS:LAGraph +# - group: graph +# build-libs: GraphBLAS:LAGraph name: CodeQL (Ubuntu, ${{ matrix.group }}) @@ -119,12 +122,13 @@ jobs: language: ['c-cpp'] # Learn more... # https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection - group: [other, graph] + group: [other] +# group: [other, graph] include: - group: other build-libs: SuiteSparse_config:Mongoose:AMD:BTF:CAMD:CCOLAMD:COLAMD:CHOLMOD:CSparse:CXSparse:LDL:KLU:UMFPACK:ParU:RBio:SPQR:SPEX - - group: graph - build-libs: GraphBLAS:LAGraph +# - group: graph +# build-libs: GraphBLAS:LAGraph env: CHERE_INVOKING: 1