From a220eb605f47cb89c3f4f3f0c50f9fd520d532d4 Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Sun, 2 Jun 2024 20:56:56 +0200 Subject: [PATCH] components/gopkgs: skip tests There aren't any tests, but it's hanging in this phase for a while since it compiles Go code to see if there are any tests in the modules. authentik-gopkgs> Running phase: checkPhase authentik-gopkgs> ? goauthentik.io/cmd/ldap [no test files] authentik-gopkgs> ? goauthentik.io/cmd/server [no test files] authentik-gopkgs> ? goauthentik.io/cmd/proxy [no test files] authentik-gopkgs> ? goauthentik.io/cmd/radius [no test files] --- components/gopkgs.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/components/gopkgs.nix b/components/gopkgs.nix index c057d8e..1c7bb6c 100644 --- a/components/gopkgs.nix +++ b/components/gopkgs.nix @@ -43,6 +43,7 @@ buildGo122Module { ]; vendorHash = "sha256-YpOG5pNw5CNSubm1OkPVpSi7l+l5UdJFido2SQLtK3g="; nativeBuildInputs = [ makeWrapper ]; + doCheck = false; postInstall = '' wrapProgram $out/bin/server --prefix PATH : ${authentikComponents.pythonEnv}/bin wrapProgram $out/bin/server --prefix PYTHONPATH : ${authentikComponents.staticWorkdirDeps}