aws-okta: mark broken on darwin
Could be caused by our older 10.10.5 CoreFoundation.
# github.com/segmentio/aws-okta/vendor/github.com/keybase/go-keychain
go/src/github.com/segmentio/aws-okta/vendor/github.com/keybase/go-keychain/corefoundation_go110.go:35:33: cannot use nil as type _Ctype_CFAllocatorRef in argument to _Cfunc_CFDataCreate
go/src/github.com/segmentio/aws-okta/vendor/github.com/keybase/go-keychain/corefoundation_go110.go:61: cannot use nil as type _Ctype_CFAllocatorRef in argument to func literal
go/src/github.com/segmentio/aws-okta/vendor/github.com/keybase/go-keychain/corefoundation_go110.go:98:41: cannot use nil as type _Ctype_CFAllocatorRef in argument to _Cfunc_CFStringCreateWithBytes
go/src/github.com/segmentio/aws-okta/vendor/github.com/keybase/go-keychain/corefoundation_go110.go:133: cannot use nil as type _Ctype_CFAllocatorRef in argument to func literal
/cc ZHF #45961
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
{ buildGoPackage, fetchFromGitHub, stdenv }:
|
{ buildGoPackage, fetchFromGitHub, stdenv }:
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "aws-okta-${version}";
|
name = "aws-okta-${version}";
|
||||||
version = "0.19.0";
|
version = "0.19.0";
|
||||||
@@ -19,6 +20,7 @@ buildGoPackage rec {
|
|||||||
description = "aws-vault like tool for Okta authentication";
|
description = "aws-vault like tool for Okta authentication";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [maintainers.imalsogreg];
|
maintainers = [maintainers.imalsogreg];
|
||||||
|
broken = stdenv.isDarwin; # test with CoreFoundation 10.11
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
homepage = https://github.com/segmentio/aws-okta;
|
homepage = https://github.com/segmentio/aws-okta;
|
||||||
downloadPage = "https://github.com/segmentio/aws-okta";
|
downloadPage = "https://github.com/segmentio/aws-okta";
|
||||||
|
|||||||
Reference in New Issue
Block a user