bazelbuild / bazel-skylib

Common useful functions and rules for Bazel
https://bazel.build/
Apache License 2.0
387 stars 180 forks source link

Allow .scl files in bzl_library #450

Closed tetromino closed 1 year ago

tetromino commented 1 year ago

See bazelbuild/bazel@a0cd355

tetromino commented 1 year ago

CI failure with Bazel HEAD (https://buildkite.com/bazel/bazel-skylib/builds/2694) is due to a java toolchain change in https://github.com/bazelbuild/bazel/commit/975866a3e09212766bd353a90a8c42efe91d53ab which broke Stardoc.

To fix, we need to update to the latest Stardoc release (0.5.6) - for which we need https://github.com/bazelbuild/bazel-central-registry/pull/677 to be merged first.