Skip to content

Commit

Permalink
SKALED-1900 Do not build with liblz4
Browse files Browse the repository at this point in the history
  • Loading branch information
dimalit committed Sep 23, 2024
1 parent a145022 commit ce7abdc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/setup-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
1 change: 0 additions & 1 deletion skaled/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ target_link_libraries(
pthread
idn2
batched-io
lz4
)
if (CONSENSUS)
target_link_libraries(${EXECUTABLE_NAME} PRIVATE consensus)
Expand Down

0 comments on commit ce7abdc

Please sign in to comment.