authelia/internal/suites/example
Philipp Staiger 7ff0a39c02
fix(suites): disable cgo for delve during development (#2129)
#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.
2021-07-01 10:28:24 +10:00
..
compose fix(suites): disable cgo for delve during development (#2129) 2021-07-01 10:28:24 +10:00
kube refactor(configuration): use key log instead of logging (#2072) 2021-06-08 23:15:43 +10:00
swarm ci: add yamllint (#1895) 2021-04-11 06:51:00 +10:00