Skip to content

Commit

Permalink
Fixing graal-sdk dep binary impacts arm, windows, amd static generati…
Browse files Browse the repository at this point in the history
…on (#503)

* adjusting deb url and trying to fix binary generation

* adjusting cd

* release notes

* [Gradle Release Plugin] - new version commit:  '3.22.2-snapshot'.

* reverting
  • Loading branch information
mageddo authored Jul 3, 2024
1 parent e74c70e commit c5e122e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 3.22.2
* Fixing graal-sdk dep binary impacts arm, windows, amd static generation

## 3.22.1
* #502: Fixed Jar release which was broken when upgraded to java 21 at `3.22.0`

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
annotationProcessor("com.google.dagger:dagger-compiler:2.45")
implementation("com.google.dagger:dagger:2.45")

implementation('org.graalvm.sdk:graal-sdk:24.0.1')
implementation('org.graalvm.sdk:nativeimage:24.0.1')

implementation('jakarta.enterprise:jakarta.enterprise.cdi-api:2.0.2')
implementation('jakarta.ws.rs:jakarta.ws.rs-api:2.1.6')
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=3.22.1-snapshot
version=3.22.2-snapshot
2 changes: 1 addition & 1 deletion src/main/docker/qemu/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM multiarch/qemu-user-static:latest@sha256:fe60359c92e86a43cc87b3d906006245f77bfc0565676b80004cc666e4feb9f0

RUN wget "http://ftp.de.debian.org/debian/pool/main/q/qemu/qemu-user-static_8.2.5+ds-1_amd64.deb"
RUN wget "http://ftp.de.debian.org/debian/pool/main/q/qemu/qemu-user-static_8.2.5+ds-2_amd64.deb"
RUN mkdir releases &&\
dpkg-deb -X qemu-user-static_*.deb releases &&\
echo "copying " &&\
Expand Down

0 comments on commit c5e122e

Please sign in to comment.