From: Waldemar Kozaczuk <[email protected]>
Committer: Waldemar Kozaczuk <[email protected]>
Branch: master
Upgrade graalvm-example to latest 1.0 RC8 release
Signed-off-by: Waldemar Kozaczuk <[email protected]>
---
diff --git a/graalvm-example/Makefile b/graalvm-example/Makefile
--- a/graalvm-example/Makefile
+++ b/graalvm-example/Makefile
@@ -5,15 +5,15 @@ CFLAGS = -std=gnu99 -fPIC -rdynamic
main.so: libhello.so main.c
$(CC) -pie -o $@ $(CFLAGS) -I. main.c -L. -lhello -ldl
-Hello.class: Hello.java upstream/graalvm-ce-1.0.0-rc7
- upstream/graalvm-ce-1.0.0-rc7/bin/javac -d . Hello.java
+Hello.class: Hello.java upstream/graalvm-ce-1.0.0-rc8
+ upstream/graalvm-ce-1.0.0-rc8/bin/javac -d . Hello.java
-libhello.so: Hello.class upstream/graalvm-ce-1.0.0-rc7
- upstream/graalvm-ce-1.0.0-rc7/bin/native-image --no-server --shared
-H:Kind=SHARED_LIBRARY -H:+GeneratePIC -H:Name=libhello
+libhello.so: Hello.class upstream/graalvm-ce-1.0.0-rc8
+ upstream/graalvm-ce-1.0.0-rc8/bin/native-image --no-server --shared
-H:Name=libhello
-upstream/graalvm-ce-1.0.0-rc7:
+upstream/graalvm-ce-1.0.0-rc8:
mkdir -p upstream
- wget -c -O upstream/graalvm.tar.gz
https://github.com/oracle/graal/releases/download/vm-1.0.0-rc7/graalvm-ce-1.0.0-rc7-linux-amd64.tar.gz
+ wget -c -O upstream/graalvm.tar.gz
https://github.com/oracle/graal/releases/download/vm-1.0.0-rc8/graalvm-ce-1.0.0-rc8-linux-amd64.tar.gz
cd upstream && tar xf graalvm.tar.gz
clean:
diff --git a/graalvm-example/README.md b/graalvm-example/README.md
--- a/graalvm-example/README.md
+++ b/graalvm-example/README.md
@@ -4,6 +4,3 @@ GraalVM is a new polyglot virtual machine from Oracle that
allows compiling and running applications written in JavaScript, Python 3,
Ruby, R, JVM-based languages like Java, Scala, Kotlin, and LLVM-based
languages such as C and C++.
-
-WARNING: Please note that at this point this app crashes
-due to some potential ELF permission bug or GraalVM bug.
--
You received this message because you are subscribed to the Google Groups "OSv
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.