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

Minor windows fix #29

Closed
wants to merge 2 commits into from
Closed

Minor windows fix #29

wants to merge 2 commits into from

Conversation

peakschris
Copy link

sharing for communication only. If this is desired, will remove the jar etc.

Copy link

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
Copy link
Contributor

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
Copy link
Contributor

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'!",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo?

@guw
Copy link
Contributor

guw commented Aug 2, 2024

This looks like an accidental pr?

@guw guw closed this Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants