-
Notifications
You must be signed in to change notification settings - Fork 6
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
Minor windows fix #29
Conversation
Thanks for the contribution! Before we can merge this, we need @peakschris to sign the Salesforce Inc. Contributor License Agreement. |
# suggested in https://github.com/bazelbuild/rules_jvm_external/issues/445 | ||
startup --noautodetect_server_javabase | ||
common --repo_env=JAVA_HOME=../bazel_tools/jdk | ||
common --action_env=JAVA_HOME=../bazel_tools/jdk |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems to be environment specific, which should go into your .bazelrc-local
file.
@@ -26,7 +26,7 @@ __pycache__/ | |||
*.zip | |||
*.tar.gz | |||
*.rar | |||
*.jar | |||
#*.jar |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We intentionally do not want to commit the jar. It's generated as part of CI.
if (!absoluteFilePath.startsWith(workDir)) { | ||
String filePath = first.get().toString(); | ||
throw new IOException( | ||
String.format("Unable to confirm working dir '%s' using file '%s' with absolute path '%s'!", | ||
String.format("Unable to confirma working dir '%s' using file '%s' with absolute path '%s'!", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo?
This looks like an accidental pr? |
sharing for communication only. If this is desired, will remove the jar etc.