Skip to content

Suppress JDK 24 warnings when running java version of closure compiler#26661

Draft
sbc100 wants to merge 1 commit intoemscripten-core:mainfrom
sbc100:fix_java_closure_warnings
Draft

Suppress JDK 24 warnings when running java version of closure compiler#26661
sbc100 wants to merge 1 commit intoemscripten-core:mainfrom
sbc100:fix_java_closure_warnings

Conversation

@sbc100
Copy link
Copy Markdown
Collaborator

@sbc100 sbc100 commented Apr 9, 2026

This fixes the failure on the test-mac-arm64 bot. The reason the failure only occurs on that bot is that currently the version of closure compiler we are using from npm does not support macOS arm64 native so it falls back to Java, and I suppose the version of Java installed on the bots recently updated to one the reports warnings for things the closure compiler does. Those warnings then get interpreted by us as warnings from closure compiler itself, causing tests to fail.

@sbc100
Copy link
Copy Markdown
Collaborator Author

sbc100 commented Apr 11, 2026

This issue seems to have gone away now..

@sbc100 sbc100 marked this pull request as draft April 11, 2026 00:13
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.

1 participant