Skip to content

Commit

Permalink
pebble: mark broken on 32bit platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Oct 12, 2022
1 parent 0310ac4 commit a0231e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/tools/admin/pebble/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{ lib
, stdenv
, buildGoModule
, fetchFromGitHub
, nixosTests
Expand All @@ -22,6 +23,8 @@ buildGoModule rec {
};

meta = {
# ca/ca.go:374:67: 9223372038 (untyped int constant) overflows uint
broken = stdenv.hostPlatform.is32bit;
homepage = "https://github.com/letsencrypt/pebble";
description = "A miniature version of Boulder, Pebble is a small RFC 8555 ACME test server not suited for a production CA";
license = [ lib.licenses.mpl20 ];
Expand Down

0 comments on commit a0231e8

Please sign in to comment.