Skip to content

Commit

Permalink
Try to build zfs patch
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchejj committed Mar 30, 2023
1 parent 3100793 commit 48f466d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ RUN curl -L -O https://github.com/openzfs/zfs/releases/download/zfs-${ZFS_VERSIO

WORKDIR /tmp/zfs
# build

# patch for 6.2.x
run curl -L -O https://patch-diff.githubusercontent.com/raw/openzfs/zfs/pull/14668.patch \
patch -p1 -i 14668.patch

RUN ./configure \
-with-linux=/usr/src/kernels/$(cat /kernel-version.txt)/ \
-with-linux-obj=/usr/src/kernels/$(cat /kernel-version.txt)/ \
Expand Down

0 comments on commit 48f466d

Please sign in to comment.