Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

chore(Rakefile): force 32bit JVM mode only when java supports it #1825

Merged
merged 1 commit into from
Jan 17, 2013

Conversation

IgorMinar
Copy link
Contributor

Some Java installs don't have '-d32' flag (e.g. OpenJDK which is standard
for some Linux systems), and the closure_compile fails because of forcing
that flag. Test, and only run in faster 32bit mode if supported, or
else just run with no flag (default mode).

Some Java installs don't have '-d32' flag (e.g. OpenJDK which is standard
for some Linux systems), and the closure_compile fails because of forcing
that flag. Test, and only run in faster 32bit mode if supported, or
else just run with no flag (default mode).
@kanwei
Copy link
Contributor

kanwei commented Jan 17, 2013

Not just windows... Oracle Java 7 on OSX also doesn't support -32

@IgorMinar
Copy link
Contributor Author

ok so -d32 is not what's breaking Travis. I'm still going to merge this change in so that we use 32bit vm only when present.

@IgorMinar
Copy link
Contributor Author

landed as 3c8583e

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants