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
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?
The text was updated successfully, but these errors were encountered:
Hello,
When attempting to use rules_webtesting I get the following error:
OS:
How would one address this?
The text was updated successfully, but these errors were encountered: