authelia: fix session termination bug (#392258)

This commit is contained in:
Peder Bergebakken Sundt
2025-04-08 01:21:38 +02:00
committed by GitHub
+5
View File
@@ -51,6 +51,11 @@ buildGoModule rec {
"-X ${p}.BuildExtra=nixpkgs"
];
# It is required to set this to avoid a change in the
# handling of sync map in go 1.24+
# Upstream issue: https://github.com/authelia/authelia/issues/8980
env.GOEXPERIMENT = "nosynchashtriemap";
# several tests with networking and several that want chromium
doCheck = false;