Skip to content

Commit

Permalink
Remove liburing from installed system packages
Browse files Browse the repository at this point in the history
  • Loading branch information
knikolla committed Jun 4, 2024
1 parent 1ebcb6e commit 124cd5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
- name: Logs
if: always()
run: |
cat build-rel/meson-logs/meson-log.txt
cat build-dbg/meson-logs/meson-log.txt
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ install-deps:
python3-pyelftools libcunit1-dev libaio-dev nasm
# LSVD deps
sudo apt install -y meson mold libfmt-dev librados-dev \
libjemalloc-dev libradospp-dev liburing-dev pkg-config uuid-dev
libjemalloc-dev libradospp-dev pkg-config uuid-dev

0 comments on commit 124cd5f

Please sign in to comment.