bazelbuild / rules_scala

Scala rules for Bazel
Apache License 2.0
363 stars 278 forks source link

Build against latest bazel version instead of last_green #1627

Closed simuons closed 1 month ago

simuons commented 1 month ago

Description

Reverts https://github.com/bazelbuild/rules_scala/pull/1349

This task should be optional however it fails all builds because failing bazel info.

Error is related to workspace setup. Since we are in the process of moving to bzlmod I think we should not bother with that now. Especially when reproducing locally it gives different error.

Motivation

Unblock pull requests.

simuons commented 1 month ago

Actual reason of failed build can be found here https://github.com/bazelbuild/rules_scala/issues/1625