Skip to content

Commit a3ad69b

Browse files
NGINX: Disable mimalloc's architecture specific optimizations. (#13671)
Co-authored-by: Marco Ebert <[email protected]>
1 parent 4163e80 commit a3ad69b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

images/nginx/rootfs/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,8 @@ cd "$BUILD_PATH/mimalloc"
601601
mkdir -p out/release
602602
cd out/release
603603

604-
cmake ../..
604+
# See this issue for why we disable architecture specific optimizations: https://github.com/kubernetes/ingress-nginx/issues/13608.
605+
cmake -DMI_NO_OPT_ARCH=ON ../..
605606

606607
make
607608
make install

0 commit comments

Comments
 (0)