From ce7abdc9918d0343ce9bdd3ed59da04c800929f2 Mon Sep 17 00:00:00 2001 From: Dima Litvinov Date: Mon, 23 Sep 2024 15:58:00 +0100 Subject: [PATCH] SKALED-1900 Do not build with liblz4 --- .github/workflows/setup-build-publish.yml | 1 - skaled/CMakeLists.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/setup-build-publish.yml b/.github/workflows/setup-build-publish.yml index ac1b6c069..d223106a5 100644 --- a/.github/workflows/setup-build-publish.yml +++ b/.github/workflows/setup-build-publish.yml @@ -61,7 +61,6 @@ jobs: run: | sudo apt-get -y remove libzmq* || true sudo apt-get -y install software-properties-common gcc-9 g++-9 || true - sudo apt-get -y install liblz4-dev || true - name: Use g++-9 and gcov-9 by default run: | diff --git a/skaled/CMakeLists.txt b/skaled/CMakeLists.txt index e84624e83..593119d59 100644 --- a/skaled/CMakeLists.txt +++ b/skaled/CMakeLists.txt @@ -30,7 +30,6 @@ target_link_libraries( pthread idn2 batched-io - lz4 ) if (CONSENSUS) target_link_libraries(${EXECUTABLE_NAME} PRIVATE consensus)