Set the AMD64 baseline to v2
Resolves: RHEL-32657
This commit is contained in:
parent
327a94f066
commit
eb5b343375
@ -99,7 +99,7 @@
|
|||||||
|
|
||||||
Name: golang
|
Name: golang
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: The Go Programming Language
|
Summary: The Go Programming Language
|
||||||
# source tree includes several copies of Mark.Twain-Tom.Sawyer.txt under Public Domain
|
# source tree includes several copies of Mark.Twain-Tom.Sawyer.txt under Public Domain
|
||||||
License: BSD and Public Domain
|
License: BSD and Public Domain
|
||||||
@ -529,6 +529,9 @@ cd ..
|
|||||||
%files -n go-toolset
|
%files -n go-toolset
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 09 2024 Alejandro Sáez <asm@redhat.com> - 1.22.1-2
|
||||||
|
- Set the AMD64 baseline to v2
|
||||||
|
|
||||||
* Tue Mar 19 2024 Alejandro Sáez <asm@redhat.com> - 1.22.1-1
|
* Tue Mar 19 2024 Alejandro Sáez <asm@redhat.com> - 1.22.1-1
|
||||||
- Rebase to Go 1.22.1
|
- Rebase to Go 1.22.1
|
||||||
- Re-enable CGO
|
- Re-enable CGO
|
||||||
|
@ -1,22 +1,27 @@
|
|||||||
From eab9004c072200e58df83ab94678bda1faa7b229 Mon Sep 17 00:00:00 2001
|
From d6e201910aa29262851c9274a4cd3645022d3539 Mon Sep 17 00:00:00 2001
|
||||||
From: =?UTF-8?q?Alejandro=20S=C3=A1ez?= <asm@redhat.com>
|
From: =?UTF-8?q?Alejandro=20S=C3=A1ez?= <asm@redhat.com>
|
||||||
Date: Fri, 9 Feb 2024 20:06:16 +0100
|
Date: Tue, 9 Apr 2024 10:05:46 +0200
|
||||||
Subject: [PATCH] Set GOTOOLCHAIN to local
|
Subject: [PATCH] Modify environment variables defaults
|
||||||
|
|
||||||
|
- Set GOTOOLCHAIN to local
|
||||||
|
- Set GOAMD64 to v2
|
||||||
---
|
---
|
||||||
go.env | 2 +-
|
go.env | 5 ++++-
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
1 file changed, 4 insertions(+), 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/go.env b/go.env
|
diff --git a/go.env b/go.env
|
||||||
index 6ff2b921d4..e87f6e7b6d 100644
|
index 6ff2b921d4..aadcda023b 100644
|
||||||
--- a/go.env
|
--- a/go.env
|
||||||
+++ b/go.env
|
+++ b/go.env
|
||||||
@@ -9,4 +9,4 @@ GOSUMDB=sum.golang.org
|
@@ -9,4 +9,7 @@ GOSUMDB=sum.golang.org
|
||||||
|
|
||||||
# Automatically download newer toolchains as directed by go.mod files.
|
# Automatically download newer toolchains as directed by go.mod files.
|
||||||
# See https://go.dev/doc/toolchain for details.
|
# See https://go.dev/doc/toolchain for details.
|
||||||
-GOTOOLCHAIN=auto
|
-GOTOOLCHAIN=auto
|
||||||
+GOTOOLCHAIN=local
|
+GOTOOLCHAIN=local
|
||||||
|
+
|
||||||
|
+# The AMD64 baseline for RHEL9 is v2.
|
||||||
|
+GOAMD64=v2
|
||||||
--
|
--
|
||||||
2.43.0
|
2.44.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user