Skip to content

Commit 8ae3331

Browse files
author
Hongzhen Luo
committed
[EROFS] fix Not a directory error for incremental builds
If an incremental layer contains a directory but the same path in the base layer is a non-directory, it will fail unexpectedly. This patch fixes it. Signed-off-by: Hongzhen Luo <hongzhen@linux.alibaba.com>
1 parent 7566f30 commit 8ae3331

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/overlaybd/tar/erofs/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ include(FetchContent)
33
FetchContent_Declare(
44
erofs-utils
55
GIT_REPOSITORY https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git
6-
GIT_TAG 654e8b8a8f1a87b0746ff47db00dec1afc05fbc9
6+
GIT_TAG 80156068eb4980342c0ad3ee47ac7261acce5caf
77
)
88

99
FetchContent_MakeAvailable(erofs-utils)

0 commit comments

Comments
 (0)