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 test failed #192

Open
lshil00 opened this issue Dec 26, 2021 · 3 comments
Open

Bazel test failed #192

lshil00 opened this issue Dec 26, 2021 · 3 comments

Comments

@lshil00
Copy link

lshil00 commented Dec 26, 2021

Hi, I'm trying to run the code with your instruction, but get stuck with the "bazel test ...".Could you please help me with this? Really appreciate that.
2021-12-26 20-18-14

@lshil00
Copy link
Author

lshil00 commented Dec 26, 2021

It looks like https://github.com/google/googletest/archive/master.zip doesn't exist anymore, so I have no idea how to deal with that

@zhanchao019
Copy link

in tf_mesh_render/WORKPLACE, change pkg to this:

http_archive(
  name = "com_google_googletest",
  urls = ["https://github.com.cnpmjs.org/google/googletest/archive/609281088cfefc76f9d0ce82e1ff6c30cc3591e5.zip"],
  strip_prefix = "googletest-609281088cfefc76f9d0ce82e1ff6c30cc3591e5",
)

@e3u3
Copy link

e3u3 commented Mar 8, 2022

I changed the lines in WORKPLACE file into following:

http_archive(
name = "com_google_googletest",
urls = ["https://github.com/google/googletest/archive/master.zip"],
strip_prefix = "googletest-main",
)

This change made to pass first test(kernels:rasterize_triangles_impl_test), which ensured the program running.

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

3 participants