-
Notifications
You must be signed in to change notification settings - Fork 81
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
Cannot build the tutorial on macOS Sierra #944
Comments
With
|
See #941 that was merged yesterday. You should not |
Thanks @mboes. With
|
In order to get the tutorial working without
$ git diff WORKSPACE
diff --git a/WORKSPACE b/WORKSPACE
index 0c82809..ae0a2b2 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -379,7 +379,7 @@ go_rules_dependencies()
# If Windows, ask Bazel to download a Go SDK. Otherwise use the nix-shell
# provided GO SDK.
-go_register_toolchains() if is_windows else go_register_toolchains(go_version = "host")
+go_register_toolchains() # if is_windows else go_register_toolchains(go_version = "host")
load("@com_github_bazelbuild_buildtools//buildifier:deps.bzl", "buildifier_dependencies")
With the above in place, I am now able to proceed with the tutorial:
Remarks
|
@franckrasolo we now support all the way up to the latest Bazel release, and as @Profpatsch pointed out, #946 fixes the |
Everything related to the tutorial should work now. We can reopen if necessary. |
Describe the bug
Following the tutorial at commit
6d9d065
, building everything from the tutorial workspace on macOS Sierra, I get the following error:To Reproduce
Expected behavior
Bazel should build the tutorial workspace successfully.
Environment
6d9d065
Additional context
Inspecting the generated script below, it seems that
DISTDIR
was not successfully initialised using BSD tools:This might be related to #884, #855, #938, #939.
The text was updated successfully, but these errors were encountered: