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

Notes on building GraalVM native-image itself #33

Open
borkdude opened this issue Mar 6, 2020 · 0 comments
Open

Notes on building GraalVM native-image itself #33

borkdude opened this issue Mar 6, 2020 · 0 comments

Comments

@borkdude
Copy link
Member

borkdude commented Mar 6, 2020

Conversation with @retrogradeorbit on Slack.

theyre at a deeper level in the project
new messages
5:47 PM
https://github.com/oracle/graal/blob/master/substratevm/README.md
substratevm/README.md

Substrate VM

Introduction

Substrate VM is a framework that allows ahead-of-time (AOT) compilation of Java applications under closed-world assumption into executable images or shared objects (ELF-64 or 64-bit Mach-O).
Show more
https://github.com/oracle/graal|oracle/graaloracle/graal | Added by GitHub

5:48 PM
and I got through some issues with this: https://github.com/oracle/graal/blob/master/.travis.yml#L108-L110
.travis.yml:108-110

  • echo ${JAVA_HOME}
  • ${JAVA_HOME}/bin/java -version
  • mx --primary-suite-path ${TRAVIS_BUILD_DIR}/${PRIMARY} --J @"-Xmx2g" --java-home=${JAVA_HOME} gate --strict-mode --tags ${GATE}
    https://github.com/oracle/graal|oracle/graaloracle/graal | Added by GitHub
    5:50 PM
    just helped me get my mx args right
    5:50 PM
    what to pass in
    5:51 PM
    check above for var examples for different builds
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

No branches or pull requests

1 participant