Skip to content

Re-enable running of closure compiler under java #21093

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
Jan 17, 2024

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Jan 17, 2024

This is a partial revert of #20919.

It turns out that we were still depending on falling back to the java
version of closure compiler in some cases. Specifically, on macOS arm64
when Rosetta is not installed, we were falling back to the Java version
since google-closure-compiler doesn't ship arm64 binaries. I imagine
the same will be true of linux-arm64.

@sbc100 sbc100 force-pushed the closure_compiler_test branch 2 times, most recently from bb4f850 to 9ce8b35 Compare January 17, 2024 21:12
@sbc100 sbc100 changed the title Run closure compiler test on mac-arm64 Re-enable running of closure compiler under java Jan 17, 2024
This is a partial revert of emscripten-core#20919.

It turns out that we were still depending on falling back to the java
version of closure compiler in some cases.  Specifically, on macOS arm64
when Rosetta is not installed, we were falling back to the Java version
since google-closure-compiler doesn't ship arm64 binaries.  I imagine
the same will be true of linux-arm64.
@sbc100 sbc100 force-pushed the closure_compiler_test branch from 9ce8b35 to 13003db Compare January 17, 2024 21:19
@sbc100 sbc100 requested review from kripken and dschuff January 17, 2024 21:43
@sbc100 sbc100 merged commit 01ec561 into emscripten-core:main Jan 17, 2024
@sbc100 sbc100 deleted the closure_compiler_test branch January 17, 2024 21:56
sbc100 added a commit to sbc100/emscripten that referenced this pull request Jan 17, 2024
This change also reverts the changes made to test_other.py in emscripten-core#20919.
sbc100 added a commit that referenced this pull request Jan 17, 2024
This change also reverts the changes made to test_other.py in #20919.
@dschuff
Copy link
Member

dschuff commented Jan 18, 2024

This is breaking on chromium CI: https://chromium-review.googlesource.com/c/emscripten-releases/+/5207485
do we need to disable it or add Java there too?

@sbc100
Copy link
Collaborator Author

sbc100 commented Jan 18, 2024

Sorry, there was a followup because I landed this change without waiting for all tests to pass: #21097. Shame on me :(

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.

3 participants