fastr-examples
fastr-examples copied to clipboard
Couldn't Build fastr_llvm_debug_demo Docker Image
I tried to build this Docker image: https://github.com/graalvm/examples/blob/master/fastr_llvm_debug_demo/Dockerfile
But I got this error:
Step 15/40 : RUN mx build --projects SULONG_LLVM_ORG
---> Running in 0464234f5ac9
dependency named SULONG_LLVM_ORG was not found
What is this SULONG_LLVM_ORG
should be?
Thanks!
Sorry for some delay, the dockerfile became stale as the new version of R was adopted and it had to undergo a substantial change. You can use the attached dockerfile in the meantime until it is updated in the github repository (I had to append the txt extension to be able to upload it).
Hi @zslajchrt Thanks, it works. I put it as part of my thesis project here: https://github.com/ismailsunni/dockeRs/tree/master/fastr-3.6.1-debian
Great!