Compare commits
1 commit
4e6ff289cf
...
9471525cf2
Author | SHA1 | Date | |
---|---|---|---|
9471525cf2 |
1 changed files with 2 additions and 1 deletions
|
@ -35,6 +35,7 @@ RUN bash get_source.sh
|
|||
|
||||
RUN bash configure --with-jtreg=/build/jtreg --with-boot-jdk=/build/bootjdk --with-openssl=system --with-extra-ldflags="-Wl,-z,noexecstack"
|
||||
RUN make all JOBS=$(nproc)
|
||||
RUN make install
|
||||
|
||||
# jlink by advice from https://adoptium.net/blog/2021/10/jlink-to-produce-own-runtime/
|
||||
WORKDIR /build/src/build/linux-x86_64-server-release/images
|
||||
|
@ -47,7 +48,7 @@ java.xml,java.xml.crypto,jdk.accessibility,jdk.charsets,jdk.crypto.cryptoki,jdk.
|
|||
jdk.httpserver,jdk.incubator.vector,jdk.jsobject,jdk.localedata,jdk.naming.dns,jdk.naming.rmi,jdk.net,\
|
||||
jdk.nio.mapmode,jdk.random,jdk.sctp,jdk.security.auth,jdk.security.jgss,jdk.unsupported,jdk.unsupported.desktop,\
|
||||
jdk.xml.dom,jdk.zipfs,openj9.criu,openj9.cuda,openj9.dataaccess,openj9.gpu,openj9.jvm,\
|
||||
openj9.sharedclasses,openj9.zosconditionhandling
|
||||
openj9.sharedclasses,openj9.zosconditionhandling,jdk.test
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue