Skip to content

Commit 839cd73

Browse files
committed
packaging: Turn off simdutf on centos/7 ARM64bit
Signed-off-by: Hiroshi Hatake <[email protected]>
1 parent 6bdc5d7 commit 839cd73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packaging/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ FLB_TD=${FLB_TD:-Off}
7474
# This is provided for simplifying the build pipeline
7575
FLB_UNICODE_ENCODER=${FLB_UNICODE_ENCODER:-On}
7676

77-
if [ "${FLB_DISTRO}" = "centos/6" ] || [ "${FLB_DISTRO}" = "centos/7" ]; then
77+
if [ "${FLB_DISTRO}" = "centos/6" ] || [ "${FLB_DISTRO}" = "centos/7" ] ||
78+
[ "${FLB_DISTRO}" = "centos/7.arm64v8" ]; then
7879
FLB_UNICODE_ENCODER=Off
7980
fi
8081

0 commit comments

Comments
 (0)