Skip to content

Commit 7e2d918

Browse files
committed
Initialize bouncycastle provider at run time
1 parent 45cdf9c commit 7e2d918

File tree

7 files changed

+2946
-161
lines changed

7 files changed

+2946
-161
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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 \
45
--features=com.oracle.graal.python.BouncyCastleFeature \
5-
--add-exports=org.graalvm.nativeimage/org.graalvm.nativeimage.impl=org.graalvm.py \
6+
--add-exports=org.graalvm.nativeimage/org.graalvm.nativeimage.impl=org.graalvm.py \
67
--add-exports=org.graalvm.nativeimage/org.graalvm.nativeimage.impl=ALL-UNNAMED

0 commit comments

Comments
 (0)