AlmaLinux changes: Update env var for v2

Disable race for riscv64
This commit is contained in:
Eduard Abdullin 2025-12-10 01:45:25 +00:00 committed by root
commit 3fdadfce3d
2 changed files with 6 additions and 2 deletions

View File

@ -211,10 +211,8 @@ Provides: bundled(golang(rsc.io/markdown)) = 0.0.0.20240306144322.0bf8f97ee8ef
Requires: %{name}-bin = %{version}-%{release}
Requires: %{name}-src = %{version}-%{release}
%if %{race}
%if %{race}
Requires: %{name}-race = %{version}-%{release}
%endif
%endif
Patch1: 0001-Modify-go.env.patch
Patch6: 0006-Default-to-ld.bfd-on-ARM64.patch

View File

@ -1,4 +1,10 @@
---
annocheck:
ignore:
# go testdata
- /usr/lib/golang/src/debug/dwarf/testdata/*
- /usr/lib/golang/src/debug/elf/testdata/*
- /usr/lib/golang/src/runtime/pprof/testdata/*
debuginfo:
ignore:
# go binaries gained/contain debugging symbols: expected (rhbz#2175281 rhbz#2175677)