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

Upgrade native-build-tools version to 0.9.10 #16

Merged
merged 1 commit into from
Mar 1, 2022

Conversation

mraible
Copy link
Collaborator

@mraible mraible commented Mar 1, 2022

This fixes "command is too long" on Windows. graalvm/setup-graalvm#6 (comment)

Related: we might be able to change this line:

if (process.env.GITHUB_ACTIONS) {
  buildArgs.push('--verbose', process.platform === 'darwin' ? '-J-Xmx13g' : '-J-Xmx7g');
}

to:

if (process.env.GITHUB_ACTIONS) {
  buildArgs.push('--verbose', '-J-Xmx10g');
}

This works for me on macOS, Windows, and Linux. See this build for proof. You can see my pom.xml setting too.

@mshima mshima merged commit bbec888 into main Mar 1, 2022
@mshima mshima deleted the native-build-tools-upgrade branch March 1, 2022 03:47
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.

2 participants