Skip to content

Commit

Permalink
remove GraphBLAS and LAGraph from CodeQL (not enough space on github)
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTimothyAldenDavis committed Dec 26, 2023
1 parent 9bd888a commit 13da87c
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/codeql-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }})

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 13da87c

Please sign in to comment.