Replies: 2 comments 1 reply
-
|
Cloudflare set up a mirror for BCR source archives that you can use via |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
I tried this in the Yosys CI by adding the parameter. Unfortunately bazel 7.x does not know this parameter and errors. Bazel 8 and 9 still try to download from gnu: See the ci build logs: https://buildkite.com/bazel/bcr-presubmit/builds/30141/steps/canvas?sid=019ce388-1b26-46df-ba41-5d775133fa9f |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The CI build of yosys #7719 fails because several packages are sourced from gnu.org and kernel.org. All ai crawlers in this world are permanently downloading gnu.org:
https://www.fsf.org/bulletin/2025/spring/defending-savannah-from-ddos-attacks
buildkite doing serious business also means huge numbers of attempts to download from gnu.org and kernel.org. So buildkite ends up in the tarpit and the CI never succeeds because the downloads fail.
I suggest that buildkite sets up mirrors for gnu.org and kernel.org to relieve these projects from the massive download attempts from buildkite. @hzeller, @fmeum, @meteorcloudy, @fweikert Is there maybe somebody from openroad/google who knows somebody from buildkite to discuss this idea?
Beta Was this translation helpful? Give feedback.
All reactions