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

Quick start guide broken #223

Open
gzzi opened this issue Feb 12, 2024 · 0 comments
Open

Quick start guide broken #223

gzzi opened this issue Feb 12, 2024 · 0 comments

Comments

@gzzi
Copy link

gzzi commented Feb 12, 2024

Hello,

I followed the quick start guide:

https://github.com/google/tcmalloc/blob/master/docs/quickstart.md

but there is issues. First http_archive in the WORKSPACE file seem to be deprecated. I found a workaround using:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

but then I face:

ERROR: error loading package '@@com_google_tcmalloc//tcmalloc': Unable to find package for @@rules_fuzzing//fuzzing:cc_defs.bzl: The repository '@@rules_fuzzing' could not be resolved: Repository '@@rules_fuzzing' is not defined.

The quick start wasn't updated since 3 years. Is it still valid?

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

1 participant