forked from DarkCat09/docker-openj9-piped
ci: add test tier
This commit is contained in:
parent
db37cd06ba
commit
bd8708ec76
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ RUN bash get_source.sh
|
|||
|
||||
RUN bash configure --with-boot-jdk=/build/bootjdk --with-openssl=system --with-extra-ldflags="-Wl,-z,noexecstack"
|
||||
RUN make all JOBS=$(nproc)
|
||||
RUN make test JOBS=$(nproc)
|
||||
RUN make test TEST=tier2 JOBS=$(nproc)
|
||||
|
||||
# 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue