Skip to content

Commit 14d69ff

Browse files
authored
Linux amd64 Configuring to native image find musl binaries (#654)
1 parent 491305d commit 14d69ff

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dockerfile.builder.linux-amd64-static

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ RUN apt-get update -y && \
99
zlib1g-dev \
1010
curl \
1111
ca-certificates \
12+
&& ln -sf /usr/bin/musl-gcc /usr/local/bin/x86_64-linux-musl-gcc \
1213
&& rm -rf /var/lib/apt/lists/*
1314

1415
RUN musl-gcc -v
15-
ENV CC=musl-gcc
16-
ENV PATH="$PATH:/musl/bin"
16+
ENV CC=/usr/bin/musl-gcc
1717
ENV GRAALVM_URL='https://github.com/graalvm/graalvm-ce-builds/releases/download/jdk-21.0.2/graalvm-community-jdk-21.0.2_linux-x64_bin.tar.gz'
1818

1919
RUN mkdir /graalvm &&\

RELEASE-NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 5.0.1
1+
## 5.0.2
22
* Refactoring Linux amd64 static build to work on Github Actions
33

44
## 5.0.0

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=5.0.1-snapshot
1+
version=5.0.2-snapshot

0 commit comments

Comments
 (0)