1
0
mirror of https://github.com/0rangebananaspy/authelia.git synced 2024-09-14 22:47:21 +07:00
authelia/internal/suites/example
Philipp Staiger 7ff0a39c02
fix(suites): disable cgo for delve during development ()
 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 () 2021-07-01 10:28:24 +10:00
kube refactor(configuration): use key log instead of logging () 2021-06-08 23:15:43 +10:00
swarm ci: add yamllint () 2021-04-11 06:51:00 +10:00