google / googletest

GoogleTest - Google Testing and Mocking Framework
https://google.github.io/googletest/
BSD 3-Clause "New" or "Revised" License
33.7k stars 9.98k forks source link

[Bug]: Please title this bug report #4472

Closed eugeneo closed 4 months ago

eugeneo commented 4 months ago

Describe the issue

Post-update, Bazel build requires Fuchsia SDK.

$ bazel query "deps(set(//test:layers_test))"
ERROR: Evaluation of query "deps(set(//test:layers_test))" failed: preloading transitive closure failed: no such package '@@fuchsia_sdk//pkg/zx': The repository '@@fuchsia_sdk' could not be resolved: Repository '@@fuchsia_sdk' is not defined

Steps to reproduce the problem

Update project to use post 9756ee7cbaef1b6652065616ab832810a6032bbf GTest

What version of GoogleTest are you using?

top of tree

What operating system and version are you using?

Ubuntu 20 (inside Windows WSL2)

What compiler and version are you using?

Ubuntu clang version 15.0.7
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin

What build system are you using?

Bazel

Additional context

No response