AlmaLinux changes: Update env var for v2
Disable race for riscv64
This commit is contained in:
commit
3fdadfce3d
@ -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
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user