Skip to content

Commit 0188ae4

Browse files
committed
Ensure that bouncycastle still works on native-image from JDK 21
1 parent 7e2d918 commit 0188ae4

File tree

4 files changed

+2895
-2867
lines changed

4 files changed

+2895
-2867
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# This file contains native-image arguments needed to build graalpython
22
Args = -H:MaxRuntimeCompileMethods=20000 \
33
--initialize-at-build-time=com.oracle.graal.python,com.oracle.truffle.regex,jline,org.fusesource \
4-
--initialize-at-run-time=org.bouncycastle \
54
--features=com.oracle.graal.python.BouncyCastleFeature \
65
--add-exports=org.graalvm.nativeimage/org.graalvm.nativeimage.impl=org.graalvm.py \
76
--add-exports=org.graalvm.nativeimage/org.graalvm.nativeimage.impl=ALL-UNNAMED

0 commit comments

Comments
 (0)