bazelbuild / rules_fuzzing

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

Java examples broken on macOS #201

Open stefanbucur opened 2 years ago

stefanbucur commented 2 years ago

See latest failure at https://github.com/bazelbuild/rules_fuzzing/actions/runs/1809704990

@fmeum would you like to take a look?

fmeum commented 2 years ago

That's a common instance of flakiness with Bazel on GitHub Actions macOS machines, see https://github.com/bazelbuild/bazel/issues/14603#issuecomment-1023000553. Could you retry the job and check whether the failure persists?