From ba53a73d8b14ebf8b56daab6c882a5bcf20bef15 Mon Sep 17 00:00:00 2001 From: Tim Davis Date: Tue, 2 Apr 2024 11:47:47 -0500 Subject: [PATCH] disable CodeQL for GraphBLAS and LAGraph (out of memory in github runner) --- .github/workflows/codeql-analysis.yaml | 6 +++--- GraphBLAS/GraphBLAS/CMakeLists.txt | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/codeql-analysis.yaml b/.github/workflows/codeql-analysis.yaml index defb79394..fb8fc639d 100644 --- a/.github/workflows/codeql-analysis.yaml +++ b/.github/workflows/codeql-analysis.yaml @@ -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 }}) diff --git a/GraphBLAS/GraphBLAS/CMakeLists.txt b/GraphBLAS/GraphBLAS/CMakeLists.txt index 51156a96e..b62e2120f 100644 --- a/GraphBLAS/GraphBLAS/CMakeLists.txt +++ b/GraphBLAS/GraphBLAS/CMakeLists.txt @@ -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