bazelbuild / examples

Examples for Bazel
http://bazel.build
Apache License 2.0
800 stars 497 forks source link

[Bazel CI] Analysis of target '//:main' failed due to missing dependency '@@bazel_skylib~//lib:modules.bzl' #461

Open sgowroji opened 1 month ago

sgowroji commented 1 month ago

CI: https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/3887#018fc288-1a9b-41fa-b4ca-65e8a46d9637

Platform: Windows

Logs:

ERROR: Analysis of target '//:main' failed; build aborted: Error loading '@@bazel_features~//private:extensions.bzl' for module extensions, requested by https://bcr.bazel.build/modules/bazel_features/1.11.0/MODULE.bazel:15:24: at C:/b/nhv45nl4/external/bazel_features~/private/extensions.bzl:3:6: cannot load '@@bazel_skylib~//lib:modules.bzl': no such file: at C:/b/nhv45nl4/external/bazel_features~/private/extensions.bzl:3:6: cannot load '@@bazel_skylib~//lib:modules.bzl': no such file

Culprit:

Steps:

 git clone https://github.com/bazelbuild/examples
git reset cf28458fb973fe66b523cb84af8017b9fdc735e3  --hard
export USE_BAZEL_VERSION=463f80979127b39bb41c9afde5b5863914a7609d
bazel build //:main 

CC Greenteam @comius