Skip to content

Commit

Permalink
gss: drop a crashing test
Browse files Browse the repository at this point in the history
https://hydra.nixos.org/build/266280498/nixlog/1/tail

In the test sources I see lines hinting at the moment it started failing
  name:endtime  type:GENERALIZED_TIME  value:20240711155558Z
but I was unable to find a fix quickly.

(cherry picked from commit f6f5b1f)
  • Loading branch information
vcunat committed Jul 13, 2024
1 parent d4b9221 commit 09c74e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/development/libraries/gss/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ stdenv.mkDerivation rec {
url = "mirror://gnu/gss/gss-${version}.tar.gz";
hash = "sha256-7M6r3vTK4/znIYsuy4PrQifbpEtTthuMKy6IrgJBnHM=";
};
# This test crashes now. Most likely triggered by expiration on 20240711.
postPatch = ''
rm tests/krb5context.c
'';

buildInputs = lib.optional withShishi shishi;

Expand Down

0 comments on commit 09c74e2

Please sign in to comment.