Skip to content

Commit

Permalink
zfs: fix build for zfs 0.6 and 0.7 on core22
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Mikhalitsyn <[email protected]>
  • Loading branch information
mihalicyn committed Dec 7, 2023
1 parent ba8ab18 commit fc6dd10
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1026,16 +1026,17 @@ parts:
zfs-0-6:
build-attributes: [core22-step-dependencies]
source: https://github.com/openzfs/zfs
source: https://github.com/mihalicyn/zfs
source-type: git
source-tag: zfs-0.6.5.11
source-tag: zfs-0.6-core22-compilation-fix
plugin: autotools
autotools-configure-parameters:
- --prefix=/
- --with-config=user
build-packages:
- uuid-dev
- zlib1g-dev
- libntirpc-dev
override-build: |
set -ex
Expand Down Expand Up @@ -1063,9 +1064,9 @@ parts:
zfs-0-7:
build-attributes: [core22-step-dependencies]
source: https://github.com/openzfs/zfs
source: https://github.com/mihalicyn/zfs
source-type: git
source-tag: zfs-0.7.13
source-tag: zfs-0.7-core22-compilation-fix
source-depth: 1
plugin: autotools
autotools-configure-parameters:
Expand Down

0 comments on commit fc6dd10

Please sign in to comment.