Skip to content

Commit

Permalink
disable CodeQL for GraphBLAS and LAGraph (out of memory in github run…
Browse files Browse the repository at this point in the history
…ner)
  • Loading branch information
DrTimothyAldenDavis committed Apr 2, 2024
1 parent 135ea57 commit ba53a73
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
# group: [other]
# GraphBLAS and LAGraph disabled (the runners run out of memory or
# disk space)
group: [other, graph]
# 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
8 changes: 4 additions & 4 deletions GraphBLAS/GraphBLAS/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,10 @@ if ( NOT WIN32 )
target_link_libraries ( graphblas_matlab PUBLIC dl )
endif ( )

include ( SuiteSparseAtomic )
if ( LIBATOMIC_REQUIRED )
target_link_libraries ( graphblas_matlab PUBLIC atomic )
endif ( )
# include ( SuiteSparseAtomic )
# if ( LIBATOMIC_REQUIRED )
# target_link_libraries ( graphblas_matlab PUBLIC atomic )
# endif ( )

#-------------------------------------------------------------------------------
# add library dependencies
Expand Down

0 comments on commit ba53a73

Please sign in to comment.