We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04297a3 commit 065b5b8Copy full SHA for 065b5b8
Dockerfile
@@ -41,9 +41,8 @@ RUN source /assets/functions/00-container && \
41
build_arch="aarch64-linux-gnu" ; \
42
lg_page="--with-lg-page=16" ;; \
43
*) : ;; \
44
- jemalloc_flags="--build ${build_arch} ${lg_page} --with-lg-hugepage=21" \
45
esac; \
46
- \
+ jemalloc_flags="--build ${build_arch} ${lg_page} --with-lg-hugepage=21" && \
47
export BUILD_TLS=yes && \
48
grep -F 'cd jemalloc && ./configure ' /usr/src/redis/deps/Makefile; \
49
sed -ri 's!cd jemalloc && ./configure !&'"$jemalloc_flags"' !' /usr/src/redis/deps/Makefile; \
0 commit comments