Skip to content

Commit 19d2bd8

Browse files
authored
NGINX: Disable mimalloc's architecture specific optimizations. (#13669)
1 parent b74cfa8 commit 19d2bd8

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)