Compare commits
8 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b20cef2dc8 | ||
|
|
834cdbbdba | ||
|
|
1d0e155476 | ||
|
|
7fc894869d | ||
|
|
1d3f011c6a | ||
|
|
b4ea43b193 | ||
|
|
bacd18d191 | ||
|
|
12baa42d9c |
5 changed files with 10 additions and 5 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -168,3 +168,8 @@
|
|||
/go1.24.5.src.tar.gz
|
||||
/go1.25rc1.src.tar.gz
|
||||
/go1.25rc2.src.tar.gz
|
||||
/go1.25.1.src.tar.gz
|
||||
/go1.25.2.src.tar.gz
|
||||
/go1.25.3.src.tar.gz
|
||||
/go1.25.4.src.tar.gz
|
||||
/go1.25.5.src.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 1.9.0.post1.dev4+g48b4c222.
|
||||
The file was generated using packit 1.12.0.post1.dev20+g7d30dac21.
|
||||
|
|
|
|||
|
|
@ -100,8 +100,8 @@
|
|||
|
||||
# Comment out go_prerelease and go_patch as needed
|
||||
%global go_api 1.25
|
||||
%global go_prerelease rc2
|
||||
#global go_patch 4
|
||||
#global go_prerelease rc2
|
||||
%global go_patch 5
|
||||
|
||||
%global go_version %{go_api}%{?go_patch:.%{go_patch}}%{?go_prerelease:~%{go_prerelease}}
|
||||
%global go_source %{go_api}%{?go_patch:.%{go_patch}}%{?go_prerelease}
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ index 4dde3d20ec..3bcf0eba51 100644
|
|||
// license that can be found in the LICENSE file.
|
||||
|
||||
-//go:build linux || (freebsd && amd64)
|
||||
+//go:build (linux && !arm64) || (freebsd && amd64)
|
||||
+//go:build (linux && !(arm64 || riscv64)) || (freebsd && amd64)
|
||||
|
||||
package sanitizers_test
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (go1.25rc2.src.tar.gz) = a63410d2ac9690146ae036a0d911939f6ab4ebb160f39022bd4350090572668f848f5f430a817c5bc70534d7b52470de21d7f3b9b208a8fd9e3dc570fc9d0e80
|
||||
SHA512 (go1.25.5.src.tar.gz) = 97ec368521253bce610e1e3a6f10460f4a38eba440289553a40ab27afcdf2bb9b426d150ffaa3be8db50e84a00a4eb723a631ebc4f39168bc133bf7b2f1ccf66
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue