Skip to content

Commit

Permalink
ubuntu ci: cmake with -DUSE_LIBZFS=off
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed Aug 30, 2024
1 parent 468a8c2 commit ad816dc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ubuntu_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,15 @@ jobs:
libudev-dev \
libpci-dev \
libpciaccess-dev \
doctest-dev \
libzfs-dev
doctest-dev
- uses: actions/checkout@v2

- name: cmake
run: |
mkdir build && cd build
cmake .. \
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_BUILD_TYPE=Release -DUSE_LIBZFS=off
- name: make
run: |
Expand Down

0 comments on commit ad816dc

Please sign in to comment.