Solomon Jacobs
Solomon Jacobs
CMK-17430 I guess it will take me a bit longer to get the permissions for the unzipped directories working. Can you maybe have a look at this draft, which only...
We provide two simple examples of invoking `qemu-{arch}-static` (or more precisely, we let the kernel do the invocation.) Closes: #95
In https://github.com/prometheus/alertmanager/pull/2779 the field was changed, but this part was forgotten.
Passes locally fine, but failed here: https://github.com/prometheus/alertmanager/pull/4739#issuecomment-3533668109 ``` go test -race ./... ? github.com/prometheus/alertmanager/api [no test files] ? github.com/prometheus/alertmanager/api/metrics [no test files] ok github.com/prometheus/alertmanager/api/v2 1.068s ? github.com/prometheus/alertmanager/api/v2/client [no test files]...
This is ignored as of go 1.17, see e.g., for reference https://go.dev/blog/go116-module-changes
A purely mechanical change with no effect on behaviour. Stops `gopls` from complaining. Corresponding spec, see here: https://github.com/golang/go/issues/61405 Introduced in `Go 1.22`, see here: https://go.dev/ref/spec#For_range
Tiny left over from https://github.com/prometheus/alertmanager/pull/4750 (I noticed after rebasing on @SuperQ changes)
This commit addresses the following error: ``` time=2025-11-14T16:14:59.573Z level=ERROR source=main.go:559 msg="Listen error" err="listen tcp 127.0.0.1:36357: bind: address already in use" ``` `freeAddress` is called multiple times within one test, but...
We build AM with ``` - uses: ./.github/promci/actions/build with: promu_opts: "-p linux/amd64 -p windows/amd64 -p linux/arm64 -p darwin/amd64 -p darwin/arm64 -p linux/386" ``` but only test it with: ``` test:...