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

fix(travis): unset _JAVA_OPTIONS for compile_frontend.py #3354

Merged
merged 1 commit into from
Sep 18, 2017
Merged

Conversation

brendankenny
Copy link
Member

fixes #3338

Unfortunately ChromeDevTools/devtools-frontend@5e7e9ca wasn't successful. Something else in compile_frontend.py is dependent on the exact output of the compiler and is breaking the build.

In the Travis bug for this, unsetting the variable is mentioned as working, and though there is a concern that the new default JVM will run out of memory, it appears to work for us so let's go with it for now unless it ends up flaky.

travis-ci/travis-cookbooks#895 suggests Travis may move to using JAVA_TOOL_OPTIONS which won't get printed to stdout, so we may be able to remove this line again in the future.

@brendankenny
Copy link
Member Author

appveyor is broken because of the Canary bug (Travis is holding on to its cached Chrome)

Copy link
Collaborator

@wardpeet wardpeet left a comment

Choose a reason for hiding this comment

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

LGTM :)

@wardpeet wardpeet merged commit f2b3fb8 into master Sep 18, 2017
@paulirish paulirish deleted the travis-jdk branch September 19, 2017 00:07
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.

master broken on yarn compile-devtools
3 participants