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

master broken on yarn compile-devtools #3338

Closed
brendankenny opened this issue Sep 14, 2017 · 2 comments · Fixed by #3354
Closed

master broken on yarn compile-devtools #3338

brendankenny opened this issue Sep 14, 2017 · 2 comments · Fixed by #3354
Assignees

Comments

@brendankenny
Copy link
Member

This is due to Travis changing their version of the JDK and the devtools compile_frontend.py script being unable to parse the changed output of java -version.

Fix in progress here:
https://chromium-review.googlesource.com/c/chromium/src/+/663530

@paulirish
Copy link
Member

paulirish commented Sep 15, 2017

fixed. now published to [email protected]


side note apparently my auto publish script failed and i havent' been publishing npm modules for a few months:
image

@brendankenny
Copy link
Member Author

still broken :(

Compiling frontend...
Compiling devtools_compatibility.js...
Verifying JSDoc comments...
JSDoc validator output:
Picked up _JAVA_OPTIONS: -Xmx2048m -Xms512m

devtools_compatibility.js compilation output:
Picked up _JAVA_OPTIONS: -Xmx2048m -Xms512m
0 error(s), 0 warning(s), 95.3% typed

devtools frontend compilation output:
Picked up _JAVA_OPTIONS: -Xmx2048m -Xms512m
0 error(s), 0 warning(s), 94.3% typed

ERRORS DETECTED
error Command failed with exit code 1.

The command "yarn compile-devtools" exited with 1.

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 a pull request may close this issue.

2 participants