bazelbuild / rules_webtesting

Bazel rules to allow testing against a browser with WebDriver.
Apache License 2.0
96 stars 56 forks source link

configurable attribute "out" in @io_bazel_rules_webtesting//go/wtl/main:main doesn't match this configuration #450

Open yesudeep opened 1 year ago

yesudeep commented 1 year ago

Hello,

When attempting to use rules_webtesting I get the following error:

> nice bazel build ...
ERROR: .../_bazel_foo/b5a3edd0b2b0d1f468ffb4a38ad9919c/external/io_bazel_rules_webtesting/go/wtl/main/BUILD.bazel:33:10: configurable attribute "out" in @io_bazel_rules_webtesting//go/wtl/main:main doesn't match this configuration. Would a default condition help?

Conditions checked:
 @io_bazel_rules_webtesting//common/conditions:linux_x64
 @io_bazel_rules_webtesting//common/conditions:macos_x64
 @io_bazel_rules_webtesting//common/conditions:macos_arm64
 @io_bazel_rules_webtesting//common/conditions:windows_x64

To see a condition's definition, run: bazel query --output=build <condition label>.

This instance of @io_bazel_rules_webtesting//go/wtl/main:main has configuration identifier aec2b11. To inspect its configuration, run: bazel config aec2b11.

OS:

> uname -mrs
Linux 5.19.0-26-generic x86_64

How would one address this?