Skip to content

Commit

Permalink
Merge branch 'main' into fix_rolling_upgrade_workflow_avx512spr
Browse files Browse the repository at this point in the history
Signed-off-by: Naveen Tatikonda <[email protected]>
  • Loading branch information
naveentatikonda authored Jan 28, 2025
2 parents 10a6f0a + 612c3b5 commit 3445766
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ fi
# https://github.com/opensearch-project/k-NN/issues/975
# https://github.com/opensearch-project/k-NN/issues/1138
# https://github.com/opensearch-project/opensearch-build/issues/4386
# 20250127: Require at least GCC 12 to support avx512_spr on x64, while keep GCC 10 on arm64
# https://github.com/opensearch-project/opensearch-build/issues/5226
GCC_VERSION=`gcc --version | head -n 1 | cut -d ' ' -f3`
if [ "$ARCHITECTURE" = "x64" ]; then
# https://github.com/opensearch-project/opensearch-build/issues/5226
Expand Down

0 comments on commit 3445766

Please sign in to comment.