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

cpp-tutorial still not working? #246

Open
gregestren opened this issue May 23, 2022 · 2 comments
Open

cpp-tutorial still not working? #246

gregestren opened this issue May 23, 2022 · 2 comments
Assignees
Labels

Comments

@gregestren
Copy link
Collaborator

#198 was fixed but another error was described at #198 (comment).

TODO: diagnose. Is CI not working? Is this Windows-specific? Do we need C++ team or @bazelbuild/rules_cc input?

@gregestren gregestren self-assigned this May 23, 2022
@gregestren gregestren added the bug label May 23, 2022
@gregestren
Copy link
Collaborator Author

Thank you https://github.com/wwdok for reporting.

@MrRobotsAA
Copy link

If bazel version >= 0.26.1, just change the WORKSPACE file as follows.

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive", "http_file") http_archive( name = "rules_cc", sha256 = "e75dfb05bc1e89ebbb6696cadb5e455833690009310d9dc5512151c5adb0e4e3", strip_prefix = "rules_cc-cfe68f6bc79dea602f2f6a767797f94a5904997f", urls = [ "https://github.com/bazelbuild/rules_cc/archive/cfe68f6bc79dea602f2f6a767797f94a5904997f.zip", ], )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants