Skip to content

hopefully fix Windows git hangs with RemoteClassLoader.force #232

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

Merged
merged 1 commit into from
Jun 20, 2017

Conversation

SethTisue
Copy link
Member

hopefully fixes #203, see remarks there for details

@SethTisue
Copy link
Member Author

hmm, I don't think I put this in the right place... uploading it and running chef-client doesn't make the setting show up at https://scala-ci.typesafe.com/computer/jenkins-worker-windows-publish/configure

hopefully fixes scala#203, see remarks there for details
@@ -19,7 +19,7 @@
jvmBin = "/cygdrive/c#{jvmHome}/bin"

# deal with weirdness in java using registry keys to find the homedir (c:\users\jenkins), instead of the cygin home (/home/jenkins or y:\jenkins)
jvmDirOptions = "-Duser.home=#{jenkinsHome.gsub(/\\/,'/')} -Djava.io.tmpdir=#{jenkinsTmp}" # jenkins doesn't quote properly
jvmDirOptions = "-Duser.home=#{jenkinsHome.gsub(/\\/,'/')} -Djava.io.tmpdir=#{jenkinsTmp} -Dhudson.remoting.RemoteClassLoader.force=com.sun.jna.Native" # jenkins doesn't quote properly
Copy link
Member

@retronym retronym Jun 20, 2017

Choose a reason for hiding this comment

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

If we can't find the right spot for this in the recipe, we could resort to putting it in the global _JAVA_OPTIONS on the worker.

Copy link
Member Author

Choose a reason for hiding this comment

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

Adriaan thinks he got the change to go through. running chef-client on jenkins-master wasn't enough

@SethTisue SethTisue merged commit 8551208 into scala:master Jun 20, 2017
@SethTisue SethTisue deleted the issue-203 branch June 20, 2017 23:10
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

Successfully merging this pull request may close these issues.

regression: Windows jobs consistently freezing after git clean, before build script
2 participants