Exclude non-supported arches
This commit is contained in:
parent
39cfa248f8
commit
8ec56186bf
@ -22,7 +22,12 @@ Summary: A debugger for the Go programming language
|
||||
License: MIT
|
||||
URL: %{gourl}
|
||||
Source0: %{gosource}
|
||||
ExclusiveArch: x86_64
|
||||
|
||||
# Currently Delve only supports x86_64
|
||||
ExcludeArch: ppc64le
|
||||
ExcludeArch: s390x
|
||||
ExcludeArch: aarch64
|
||||
ExcludeArch: i686
|
||||
|
||||
Patch1: ./disable-default-compression-dwz-test.patch
|
||||
Patch2: ./integration-test-symlinks.patch
|
||||
|
Loading…
Reference in New Issue
Block a user