Skip to content

Commit 34e722c

Browse files
authored
Downgrade necessary libc version to run aarch binary (#508)
* image building fully working * reverting source copy and simplify apt-get update fix * switching docker image * clearing the code * release notes * [Gradle Release Plugin] - new version commit: '3.24.0-snapshot'. * release notes
1 parent 862a9a4 commit 34e722c

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

Dockerfile.builder.linux-aarch64

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
FROM arm64v8/debian:12
2-
3-
RUN apt-get update -y &&\
4-
apt-get install --force-yes -y build-essential curl &&\
5-
apt-get install --force-yes -y libz-dev zlib1g-dev zlib1g
1+
FROM gcc:10-buster@sha256:d74acd6b586c6d40628b7fe0b2072e298c6dc5cf1c8c64dde51803f8b3d1b165
62

73
ENV GRAALVM_URL='https://github.com/graalvm/graalvm-ce-builds/releases/download/jdk-21.0.2/graalvm-community-jdk-21.0.2_linux-aarch64_bin.tar.gz'
84
RUN mkdir /graalvm &&\

RELEASE-NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 3.24.0
2+
* Downgraded necessary libc version to run aarch binary to 2.28 #507
3+
14
## 3.23.0
25
* Build Aarch64 image with page size of 64k to Increase Compatibility #505
36

gradle.properties

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

0 commit comments

Comments
 (0)