Update env var for v2
This commit is contained in:
parent
8202b7e473
commit
a9cbee7746
@ -354,6 +354,11 @@ rm -rf src/crypto/internal/boring/syso
|
|||||||
popd
|
popd
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%ifarch x86_64_v2
|
||||||
|
sed -i 's/^GOAMD64=v3$/GOAMD64=v2/' ./go.env
|
||||||
|
grep -q '^GOAMD64=v2$' ./go.env
|
||||||
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# -x: print commands as they are executed
|
# -x: print commands as they are executed
|
||||||
# -e: exit immediately if a command exits with a non-zero status
|
# -e: exit immediately if a command exits with a non-zero status
|
||||||
@ -635,6 +640,9 @@ fi
|
|||||||
%files -n go-toolset
|
%files -n go-toolset
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 14 2025 Eduard Abdullin <eabdullin@almalinux.org> - 1.23.7-1
|
||||||
|
- Update env var for v2
|
||||||
|
|
||||||
## START: Generated by rpmautospec
|
## START: Generated by rpmautospec
|
||||||
* Thu Apr 03 2025 Archana <aravinda@redhat.com> - 1.23.7-1
|
* Thu Apr 03 2025 Archana <aravinda@redhat.com> - 1.23.7-1
|
||||||
- Fix negative openssl tests - Rebase to Go1.23.7 - Resolves: RHEL-61205
|
- Fix negative openssl tests - Rebase to Go1.23.7 - Resolves: RHEL-61205
|
||||||
|
Loading…
Reference in New Issue
Block a user