From f3ae8d8b1cdf3ecb2cf0acf9b861dc5e1a7a71b8 Mon Sep 17 00:00:00 2001 From: d-kor Date: Sun, 28 Apr 2024 19:40:59 +0200 Subject: [PATCH] CI too many cores. --- .github/workflows/build_static.yml | 2 +- examples_hw/CMakeLists.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build_static.yml b/.github/workflows/build_static.yml index 9a7d5bec..bbc02a0c 100644 --- a/.github/workflows/build_static.yml +++ b/.github/workflows/build_static.yml @@ -1,4 +1,4 @@ -name: Build base +name: Build static on: schedule: diff --git a/examples_hw/CMakeLists.txt b/examples_hw/CMakeLists.txt index 4ff8c559..52585412 100644 --- a/examples_hw/CMakeLists.txt +++ b/examples_hw/CMakeLists.txt @@ -23,7 +23,6 @@ if(EXAMPLE STREQUAL "static") set(BUILD_STATIC 1) set(BUILD_SHELL 0) set(BUILD_OPT 1) - set(COMP_CORES 40) set(N_REGIONS 4) set(EN_STRM 1) set(EN_MEM 1)