google / googletest

GoogleTest - Google Testing and Mocking Framework

Home Page:https://google.github.io/googletest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: Please title this bug report

eugeneo opened this issue · comments

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 9756ee7 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