You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since Bazel 8 has been released, running bazelisk inside of this action will happily try to use it but fails:
ERROR: Skipping '//tools:check_jobs': error loading package 'tools': Unable to find package for @@[unknown repo 'cgrindel_bazel_starlib' requested from @@]//bzlformat:defs.bzl: The repository '@@[unknown repo 'cgrindel_bazel_starlib' requested from @@]' could not be resolved: No repository visible as '@cgrindel_bazel_starlib' from main repository. Was the repository introduced in WORKSPACE? The WORKSPACE file is disabled by default in Bazel 8 (late 2024) and will be removed in Bazel 9 (late 2025), please migrate to Bzlmod. See https://bazel.build/external/migration.
ERROR: error loading package 'tools': Unable to find package for @@[unknown repo 'cgrindel_bazel_starlib' requested from @@]//bzlformat:defs.bzl: The repository '@@[unknown repo 'cgrindel_bazel_starlib' requested from @@]' could not be resolved: No repository visible as '@cgrindel_bazel_starlib' from main repository. Was the repository introduced in WORKSPACE? The WORKSPACE file is disabled by default in Bazel 8 (late 2024) and will be removed in Bazel 9 (late 2025), please migrate to Bzlmod. See https://bazel.build/external/migration.
Hi 👋
Since Bazel 8 has been released, running bazelisk inside of this action will happily try to use it but fails:
See https://github.com/tweag/rules_sh/actions/runs/12251332036/job/34175905182?pr=96
I can workaround using:
The text was updated successfully, but these errors were encountered: