Skip to content

Commit 94681f3

Browse files
resolve typo
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
1 parent eb80c8e commit 94681f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/ci/dockerfiles/current/build.al2.opensearch.x64.arm64.dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ RUN ln -sfn /usr/local/bin/python3.9 /usr/bin/python3 && \
9999
ln -sfn /usr/local/bin/pip3.9 /usr/bin/pip3 && \
100100
pip3 install pip==23.1.2 && pip3 install pipenv==2023.6.12 awscli==1.32.17
101101

102-
# Upgrade gcc, while keep libstdc++.so to older 6.0.24 version for backward compatiblity
102+
# Upgrade gcc, while keep libstdc++.so to older 6.0.24 version for backward compatibility
103103
# Only x64 requires gcc 12+ for k-NN avx512_spr fp16 feature
104104
# https://github.com/opensearch-project/opensearch-build/issues/5226
105105
# Due to cross-compilation being too slow on arm64, it will stay on gcc 10 for the time being

0 commit comments

Comments
 (0)