fix: clang exe path
Some checks failed
Docker Image CI / build-and-push (map[build-args:[] context:./ dockerfile:Dockerfile.piped image_name:piped]) (push) Successful in 10s
Docker Image CI / build-and-push (map[build-args:[WITH_JDK=false] context:./ dockerfile:Dockerfile.openj9 image_name:openj9]) (push) Failing after 29s
Some checks failed
Docker Image CI / build-and-push (map[build-args:[] context:./ dockerfile:Dockerfile.piped image_name:piped]) (push) Successful in 10s
Docker Image CI / build-and-push (map[build-args:[WITH_JDK=false] context:./ dockerfile:Dockerfile.openj9 image_name:openj9]) (push) Failing after 29s
This commit is contained in:
parent
adccf14ee1
commit
0e5611083b
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ RUN git clone --single-branch --depth 1 \
|
||||||
WORKDIR /build/src
|
WORKDIR /build/src
|
||||||
RUN bash get_source.sh
|
RUN bash get_source.sh
|
||||||
|
|
||||||
ENV CC=/usr/bin/clang CXX=/usr/bin/clang++ \
|
ENV CC=/usr/bin/clang-19 CXX=/usr/bin/clang++-19 \
|
||||||
CFLAGS="-O3 -flto -fwhole-program-vtables" \
|
CFLAGS="-O3 -flto -fwhole-program-vtables" \
|
||||||
LDFLAGS="-Wl,-O1"
|
LDFLAGS="-Wl,-O1"
|
||||||
RUN bash configure \
|
RUN bash configure \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue