bazelbuild / rules_fuzzing

Bazel Starlark extensions for defining fuzz tests in Bazel projects
Apache License 2.0
82 stars 19 forks source link

Build broken by change in GitHub source ZIP generation #200

Open fmeum opened 2 years ago

fmeum commented 2 years ago

@stefanbucur In the last 12 hours, something changed in the way GitHub generates git archive ZIPs, which causes the build to fail due to checksum mismatches. This affects all users that do not currently have this dependency cached in their repository cache. For the full context, see https://github.com/bazel-contrib/SIG-rules-authors/issues/11.

I filed a ticket with GitHub, but am unsure about what we should do in the meantime. TAR archives appear to be unaffected by the change, but I also wouldn't have expected ZIP archives to ever change. For example abseil doesn't publish their own release archives and exclusively relies on tags and the GitHub-generated files.

fmeum commented 2 years ago

Looks like the change has been rolled back (see also https://bazelbuild.slack.com/archives/CA31HN1T3/p1643719616408949), so we there is no need for immediate action.

stefanbucur commented 2 years ago

The issue seems to be obsolete. Feel free to reopen if it's still relevant.

fmeum commented 2 years ago

@stefanbucur It's still relevant, but not urgent: https://github.com/bazel-contrib/SIG-rules-authors/issues/11#issuecomment-1029861300

I don't seem to have rights to reopen.