pebble: mark broken on 32bit platforms

This commit is contained in:
Martin Weinelt 2022-10-12 13:11:54 +02:00
parent 0310ac43a5
commit a0231e8cce
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -1,4 +1,5 @@
{ lib
, stdenv
, buildGoModule
, fetchFromGitHub
, nixosTests
@ -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 ];