pebble: mark broken on 32bit platforms

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