Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: v.oleynikov <[email protected]>
  • Loading branch information
duckhawk committed Jul 26, 2024
1 parent 951f2a9 commit 0115188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/thin-pool-loader/werf.inc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ shell:
- git clone {{ env "SOURCE_REPO" }}/lvmteam/lvm2.git
- cd /lvm2
- git checkout {{ $lvm_version }}
- ./configure --enable-static_link --disable-silent-rules --disable-readline --enable-blkid_wiping --build=x86_64-linux-gnu
- ld -lblkid --verbose
- whereis blkid.so
- whereis blkid
- ./configure --enable-static_link --disable-silent-rules --disable-readline --enable-blkid_wiping --build=x86_64-linux-gnu
- make
- /binary_replace.sh -i "{{ $binaries }}" -o /relocate

Expand Down

0 comments on commit 0115188

Please sign in to comment.