| Name | 
 Last commit 
 | 
Last update | 
|---|---|---|
| .. | ||
| docker | ||
| bash.yml | ||
| build.sh | ||
| coverity.sh | ||
| coverity.yml | ||
| docker.yml | ||
| nightly.yml | ||
| setup-mingw.sh | ||
| setup-osx.sh | ||
| test.sh | 
Our nightly builds are currently failing due to our ARM-based jobs. These jobs crash immediately when entering the Docker container with a exception thrown by Go's language runtime. As we're able to successfully builds the Docker images in previous steps, it's unlikely to be a bug in Docker itself. Instead, this exception is thrown by gosu(1), which is a Go-based utility to drop privileges and run by our entrypoint. Fix the issue by dropping gosu(1) in favor of sudo(1).
| Name | 
 Last commit 
 | 
Last update | 
|---|---|---|
| .. | ||
| docker | Loading commit data... | |
| bash.yml | Loading commit data... | |
| build.sh | Loading commit data... | |
| coverity.sh | Loading commit data... | |
| coverity.yml | Loading commit data... | |
| docker.yml | Loading commit data... | |
| nightly.yml | Loading commit data... | |
| setup-mingw.sh | Loading commit data... | |
| setup-osx.sh | Loading commit data... | |
| test.sh | Loading commit data... |