AlmaLinux changes: Update env var for v2

This commit is contained in:
Eduard Abdullin 2025-03-07 11:43:08 +03:00 committed by eabdullin
parent 48a15bc7cd
commit 8ade59c106

View File

@ -344,6 +344,11 @@ rm -rf src/crypto/internal/boring/syso
popd
%endif
%ifarch x86_64_v2
sed -i 's/^GOAMD64=v3$/GOAMD64=v2/' ./go.env
grep -q '^GOAMD64=v2$' ./go.env
%endif
%build
# -x: print commands as they are executed
# -e: exit immediately if a command exits with a non-zero status