Giter VIP home page Giter VIP logo

Comments (4)

bioball avatar bioball commented on May 17, 2024

The Alpine executable depends on musl. You can see how we set it up in our CI here: https://github.com/apple/pkl/blob/main/.circleci/jobs/BuildNativeJob.pkl#L78-L90

But, if you just want to build it locally, you should be able to just do ./gradlew linuxExecutableAarch64 or ./gradlew linuxExecutableAmd64 depending on your architecture. But yeah, changing the build script to exclude the Alpine stuff works too!

For Gradle: I suppose that also implies setting up the JDK, but evidently enough you've already done that.

from pkl.

translatenix avatar translatenix commented on May 17, 2024

Thanks for the pointers! I found more info here: https://www.graalvm.org/latest/reference-manual/native-image/guides/build-static-executables/#prerequisites-and-preparation

I think most (WSL) Linux users won't bother to set up a musl toolchain. But we'd still like to run the native build as advertised (./gradlew buildNative). How about only running the Alpine tasks if a musl toolchain (i.e., ~/staticdeps/bin/x86_64-linux-musl-gcc) is present? If this sounds good, I'll send a pull request.

For Gradle: I suppose that also implies setting up the JDK, but evidently enough you've already done that.

Setting up the JDK is mentioned separately. I think "Setup Gradle on your system" should be either detailed or removed.

from pkl.

bioball avatar bioball commented on May 17, 2024

I think most (WSL) Linux users won't bother to set up a musl toolchain. But we'd still like to run the native build as advertised (./gradlew buildNative). How about only running the Alpine tasks if a musl toolchain (i.e., ~/staticdeps/bin/x86_64-linux-musl-gcc) is present? If this sounds good, I'll send a pull request.

That sounds good!

Setting up the JDK is mentioned separately. I think "Setup Gradle on your system" should be either detailed or removed

Feel free to submit a PR for this too (a separate one)

from pkl.

translatenix avatar translatenix commented on May 17, 2024

Sent #83 for the musl toolchain check.

I'll leave it to you to clarify the "setup Gradle" instructions because I don't know if/what setup you'd like to recommend.
All I can say is that I didn't have to set up anything to build this project.

from pkl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.