mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2026-05-24 04:06:37 +03:00
This speeds up building the Go builder image significantly (from hours to a few minutes), since the build speed was limited by the download speed from https://musl.cc , and this speed was extremely slow (e.g. 10kb/s and slower). This also improves build security, since the local mirror of musl.cc is under our control.