Skip to content

Commit 4c4fd54

Browse files
build: enable multithreading for erofs compression (#95)
Co-authored-by: Trey Moen <[email protected]>
1 parent 8449673 commit 4c4fd54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build/Dockerfile.builder

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN git clone https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.
3333
&& git checkout v1.8.5 \
3434
&& apk add --no-cache autoconf automake libtool \
3535
&& autoreconf -fi \
36-
&& ./configure --enable-lz4 --enable-lzma --disable-fuse \
36+
&& ./configure --enable-lz4 --enable-lzma --disable-fuse --enable-multithreading \
3737
&& make -j$(nproc) \
3838
&& make install \
3939
&& rm -rf /tmp/erofs-utils

0 commit comments

Comments
 (0)