pebble: mark broken on 32bit platforms

+3
+3
pkgs/tools/admin/pebble/default.nix
··· 1 { lib 2 , buildGoModule 3 , fetchFromGitHub 4 , nixosTests ··· 22 }; 23 24 meta = { 25 homepage = "https://github.com/letsencrypt/pebble"; 26 description = "A miniature version of Boulder, Pebble is a small RFC 8555 ACME test server not suited for a production CA"; 27 license = [ lib.licenses.mpl20 ];
··· 1 { lib 2 + , stdenv 3 , buildGoModule 4 , fetchFromGitHub 5 , nixosTests ··· 23 }; 24 25 meta = { 26 + # ca/ca.go:374:67: 9223372038 (untyped int constant) overflows uint 27 + broken = stdenv.hostPlatform.is32bit; 28 homepage = "https://github.com/letsencrypt/pebble"; 29 description = "A miniature version of Boulder, Pebble is a small RFC 8555 ACME test server not suited for a production CA"; 30 license = [ lib.licenses.mpl20 ];