TraceMachina / nativelink

NativeLink is an open source high-performance build cache and remote execution server, compatible with Bazel, Buck2, Reclient, and other RBE-compatible build systems. It offers drastically faster builds, reduced test flakiness, and specialized hardware.
https://nativelink.com
Apache License 2.0
1.2k stars 117 forks source link

Flaky OCI workflows due to trivydb ratelimiting #1438

Closed aaronmondal closed 3 weeks ago

aaronmondal commented 1 month ago

This is a generally known issue. The check is essential, so we can't temporarily disable it. There are various known workarounds already, but in our case we might be able to leverage some custom nix derivation/cronjob combination to elegantly solve this.

Upstream issue (and many fixes in comments and referenced PRs):