authelia: fix session termination bug (#392258)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user