Update env var for v2

This commit is contained in:
Eduard Abdullin 2025-05-14 18:10:58 +00:00 committed by root
parent 8202b7e473
commit a9cbee7746

View File

@ -354,6 +354,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
@ -635,6 +640,9 @@ fi
%files -n go-toolset
%changelog
* Wed May 14 2025 Eduard Abdullin <eabdullin@almalinux.org> - 1.23.7-1
- Update env var for v2
## START: Generated by rpmautospec
* Thu Apr 03 2025 Archana <aravinda@redhat.com> - 1.23.7-1
- Fix negative openssl tests - Rebase to Go1.23.7 - Resolves: RHEL-61205