Forgejo runner support #1
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ RUN git clone --single-branch --depth 1 \
|
|||
WORKDIR /build/src
|
||||
RUN bash get_source.sh
|
||||
|
||||
RUN bash configure --with-boot-jdk=/build/bootjdk --with-openssl=system --with-extra-ldflags="-Wl,-z,noexecstack"
|
||||
RUN bash configure --with-boot-jdk=/build/bootjdk --with-openssl=system --with-extra-ldflags="-Wl,-z,noexecstack" CC=clang-19 CXX=clang++-19
|
||||
RUN make all JOBS=$(nproc)
|
||||
RUN make test JOBS=$(nproc)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue