Skip to content

Commit

Permalink
Merge pull request #1858 from tlaurion/bugfix-fix_lvm_reproducibility
Browse files Browse the repository at this point in the history
modules/lvm2: define /run relative paths (not sure why circleci remote docker default run dir != local run dir)
  • Loading branch information
tlaurion authored Nov 22, 2024
2 parents be0aac6 + 1a07bf7 commit 573f48d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/lvm2
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ lvm2_configure := \
--host $(MUSL_ARCH)-elf-linux \
--prefix "" \
--libexecdir "/bin" \
--with-default-pid-dir=/run \
--with-default-dm-run-dir=/run \
--with-default-run-dir=/run/lvm \
--with-optimisation=-Os \
--enable-devmapper \
--disable-selinux \
Expand Down

0 comments on commit 573f48d

Please sign in to comment.