File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,8 @@ Name: %{goname}
3030Release: 1%{?dist}
3131Summary: CRC's main executable
3232License: APL 2.0
33- ExcludeArch: armv7hl i686
33+ ExcludeArch: armv7hl i686 ppc64le s390x
3434URL: %{gourl}
35- ExcludeArch: s390x
3635Source0: %{gosource}
3736
3837#generate_buildrequires
@@ -81,14 +80,7 @@ install -m 0755 -vp %{gobuilddir}/src/%{goipath}/out/macos-universal/crc %{build
8180%check
8281# with fedora macros: gocheck
8382export GOFLAGS="-mod=vendor"
84- # crc uses `go test -race`, which triggers gvisor issues on ppc64le:
85- # vendor/gvisor.dev/gvisor/pkg/sync/race_unsafe.go:47:6: missing function body
86- # and a ppc64le implementation is indeed missing on ppc64le:
87- # https://github.com/google/gvisor/blob/master/pkg/sync/race_unsafe.go
88- # https://github.com/google/gvisor/tree/master/pkg/sync
89- %ifnarch ppc64le
9083make test
91- %endif
9284
9385%files
9486%license %{golicenses}
You can’t perform that action at this time.
0 commit comments