mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
7ff0a39c02
#2101 introduced a minor regression when using the authelia scripts suite for developing. The following issues occurred: ``` [00] # runtime/cgo [00] cgo: exec gcc: exec: "gcc": executable file not found in $PATH ``` Adding the CGO_ENABLED=0 before the dlv build command in the run-backend-dev.sh fixed the issue. |
||
---|---|---|
.. | ||
authentication | ||
authorization | ||
commands | ||
configuration | ||
duo | ||
handlers | ||
logging | ||
middlewares | ||
mocks | ||
models | ||
notification | ||
oidc | ||
regulation | ||
server | ||
session | ||
storage | ||
suites | ||
templates | ||
utils |