We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8449673 commit 4c4fd54Copy full SHA for 4c4fd54
tools/build/Dockerfile.builder
@@ -33,7 +33,7 @@ RUN git clone https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.
33
&& git checkout v1.8.5 \
34
&& apk add --no-cache autoconf automake libtool \
35
&& autoreconf -fi \
36
- && ./configure --enable-lz4 --enable-lzma --disable-fuse \
+ && ./configure --enable-lz4 --enable-lzma --disable-fuse --enable-multithreading \
37
&& make -j$(nproc) \
38
&& make install \
39
&& rm -rf /tmp/erofs-utils
0 commit comments