Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bazel errors with --transitions=lite #62

Open
com6056 opened this issue May 3, 2023 · 0 comments
Open

Bazel errors with --transitions=lite #62

com6056 opened this issue May 3, 2023 · 0 comments

Comments

@com6056
Copy link

com6056 commented May 3, 2023

Looks like when we enable --transitions=lite, we get a bunch of Bazel errors spewed out which I suspect is related to bazelbuild/bazel#15797

For example:

ERROR: /home/jrodgers/tmp/build_output/fbda6e2d89ae38953fedf0d9ffd7a05c/external/io_bazel_rules_go/go/private/rules/transition.bzl:255:36: transition inputs [@@io_bazel_rules_go//go/config:debug, @@io_bazel_rules_go//go/config:linkmode, @@io_bazel_rules_go//go/config:msan, @@io_bazel_rules_go//go/config:pure, @@io_bazel_rules_go//go/config:race, @@io_bazel_rules_go//go/config:static, @@io_bazel_rules_go//go/config:strip, @@io_bazel_rules_go//go/config:tags, @@io_bazel_rules_go//go/private/rules:original_linkmode, @@io_bazel_rules_go//go/private/rules:original_msan, @@io_bazel_rules_go//go/private/rules:original_pure, @@io_bazel_rules_go//go/private/rules:original_race, @@io_bazel_rules_go//go/private/rules:original_static, @@io_bazel_rules_go//go/private/rules:original_tags, @@io_bazel_rules_go//go/private:bootstrap_nogo, @@io_bazel_rules_go//go/private:request_nogo] do not correspond to valid settings
ERROR: /home/jrodgers/tmp/build_output/fbda6e2d89ae38953fedf0d9ffd7a05c/external/io_bazel_rules_go/go/private/rules/transition.bzl:181:27: transition inputs [@@io_bazel_rules_go//go/config:linkmode, @@io_bazel_rules_go//go/config:msan, @@io_bazel_rules_go//go/config:pure, @@io_bazel_rules_go//go/config:race, @@io_bazel_rules_go//go/config:static, @@io_bazel_rules_go//go/config:tags] do not correspond to valid settings
ERROR: /home/jrodgers/tmp/build_output/fbda6e2d89ae38953fedf0d9ffd7a05c/external/io_bazel_rules_go/go/private/rules/transition.bzl:181:27: transition inputs [@@io_bazel_rules_go//go/config:linkmode, @@io_bazel_rules_go//go/config:msan, @@io_bazel_rules_go//go/config:pure, @@io_bazel_rules_go//go/config:race, @@io_bazel_rules_go//go/config:static, @@io_bazel_rules_go//go/config:tags] do not correspond to valid settings
ERROR: /home/jrodgers/tmp/build_output/fbda6e2d89ae38953fedf0d9ffd7a05c/external/io_bazel_rules_go/go/private/rules/transition.bzl:181:27: transition inputs [@@io_bazel_rules_go//go/config:linkmode, @@io_bazel_rules_go//go/config:msan, @@io_bazel_rules_go//go/config:pure, @@io_bazel_rules_go//go/config:race, @@io_bazel_rules_go//go/config:static, @@io_bazel_rules_go//go/config:tags] do not correspond to valid settings

Any ideas on how we can get these to go away? bazelbuild/bazel#15797 mentions explicitly defining all the flags, but that didn't seem to help 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant