Accepting request 741942 from home:jfkw:branches:devel:kubic
Add %ifarch %arm aarch64 BuildRequires: binutils-gold to fix /usr/lib64/go/{version}/pkg/tool/linux_arm64/link: running gcc failed: exit status 1 collect2: fatal error: cannot find 'ld'- NB: Some automated OBS tooling introducing incidental diff by moving: BuildRequires: golang(API) = 1.12 below BuildRequires: go1.12 >= 1.12.9 That is not a change I committed in my branch, but that is what shows up in this SR diff. I've reproduced it several times now. OBS-URL: https://build.opensuse.org/request/show/741942 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/docker_auth?expand=0&rev=5
This commit is contained in:
parent
2ca5f02114
commit
8ebe228f12
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 22 22:30:56 UTC 2019 - Jeff Kowalczyk <jkowalczyk@suse.com>
|
||||
|
||||
- Add %ifarch %arm aarch64 BuildRequires: binutils-gold to fix
|
||||
/usr/lib64/go/{version}/pkg/tool/linux_arm64/link: running gcc failed: exit status 1
|
||||
collect2: fatal error: cannot find 'ld'-
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 21 11:50:59 CEST 2019 - kukuk@suse.de
|
||||
|
||||
|
@ -23,8 +23,11 @@ Summary: Authenticaton for container registry with tokens
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/cesanta/docker_auth
|
||||
Source: docker_auth-%{version}.tar.xz
|
||||
BuildRequires: golang(API) = 1.12
|
||||
BuildRequires: go1.12 >= 1.12.9
|
||||
BuildRequires: golang(API) = 1.12
|
||||
%ifarch %arm aarch64
|
||||
BuildRequires: binutils-gold
|
||||
%endif
|
||||
|
||||
%description
|
||||
This package contains a tool to authenticate the access to
|
||||
|
Loading…
Reference in New Issue
Block a user