ci: force using clang-19
Some checks failed
Docker Image CI / build-and-push (map[context:./ dockerfile:Dockerfile.piped image_name:piped]) (push) Successful in 2m35s
Docker Image CI / build-and-push (map[context:./ dockerfile:Dockerfile.openj9 image_name:openj9]) (push) Failing after 2m42s

This commit is contained in:
Даниил 2025-03-09 19:49:05 +04:00
parent 605c66a87e
commit e5588a6a1a
Signed by: nm17
GPG key ID: 3303B70C59145CD4

View file

@ -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)