Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] [DRAFT] babashka: reenable tests
@ 2023-05-01 19:57 icp1994
  2023-05-02 16:57 ` [PR PATCH] [Updated] " icp1994
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: icp1994 @ 2023-05-01 19:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 480 bytes --]

There is a new pull request by icp1994 against master on the void-packages repository

https://github.com/icp1994/void-packages babashka
https://github.com/void-linux/void-packages/pull/43708

[DRAFT] babashka: reenable tests
#### Testing the changes
- I tested the changes in this PR: **WIP**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

A patch file from https://github.com/void-linux/void-packages/pull/43708.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-babashka-43708.patch --]
[-- Type: text/x-diff, Size: 887 bytes --]

From 675e1e181ede26a2c520e491756eab2c20f4ff2a Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 2 May 2023 01:24:12 +0530
Subject: [PATCH] babashka: reenable tests

---
 srcpkgs/babashka/template | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/srcpkgs/babashka/template b/srcpkgs/babashka/template
index 05c2094a9572..de02b93f8546 100644
--- a/srcpkgs/babashka/template
+++ b/srcpkgs/babashka/template
@@ -41,9 +41,6 @@ checksum="23e1cf27d137afca665f4aa112254f5489f56b7aee5f81ce1ff4981cf7822d48
  8693d3d4cad5a6a198dbbcec2edc93d977711b1428235ff92e3c031495af0366
  bad285812bcc7de7e0dd905c5df99045d7f92d6e2e191fc2768c06adbaaeb709"
 
-# https://github.com/openjdk/jdk17u-dev/pull/783
-make_check=no # TODO: reenable after openjdk17>=17.0.6
-
 nocross="https://build.voidlinux.org/builders/aarch64_builder/builds/33769/steps/shell_3/logs/stdio"
 
 post_extract() {

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] [DRAFT] babashka: reenable tests
  2023-05-01 19:57 [PR PATCH] [DRAFT] babashka: reenable tests icp1994
@ 2023-05-02 16:57 ` icp1994
  2023-05-19 10:19 ` icp1994
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: icp1994 @ 2023-05-02 16:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 485 bytes --]

There is an updated pull request by icp1994 against master on the void-packages repository

https://github.com/icp1994/void-packages babashka
https://github.com/void-linux/void-packages/pull/43708

[DRAFT] babashka: reenable tests
#### Testing the changes
- I tested the changes in this PR: **WIP**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

A patch file from https://github.com/void-linux/void-packages/pull/43708.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-babashka-43708.patch --]
[-- Type: text/x-diff, Size: 2567 bytes --]

From 54679f4bd62066919f2cff0cbff19e6363836a96 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 2 May 2023 22:26:02 +0530
Subject: [PATCH 1/2] mandrel: update to 22.3.2.1.

---
 srcpkgs/mandrel/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/mandrel/template b/srcpkgs/mandrel/template
index 503d264c2394..d75ca825cef1 100644
--- a/srcpkgs/mandrel/template
+++ b/srcpkgs/mandrel/template
@@ -1,9 +1,9 @@
 # Template file for 'mandrel'
 pkgname=mandrel
-version=22.3.1.0
+version=22.3.2.1
 revision=1
 _java_ver=17
-_mx_ver=6.16.0
+_mx_ver=6.20.3
 archs="aarch64* x86_64*"  # upstream supported archs
 hostmakedepends="openjdk${_java_ver} openjdk${_java_ver}-jmods
  openjdk${_java_ver}-src openjdk${_java_ver}-static-libs python3"
@@ -15,9 +15,9 @@ homepage="https://github.com/graalvm/mandrel"
 distfiles="https://github.com/graalvm/mandrel-packaging/archive/refs/tags/mandrel-${version}-Final.tar.gz>packaging-${version}.tar.gz
  https://github.com/graalvm/mandrel/archive/refs/tags/mandrel-${version}-Final.tar.gz
  https://github.com/graalvm/mx/archive/refs/tags/${_mx_ver}.tar.gz"
-checksum="dd37f4a8f628b8909228f489e12363427df9d0f95d1afedad39a2443b22a806d
- bfe15128e8ffb5fd108ee20477e5ee1572c63405d6d0b93d905185356128dcec
- aeec921e0669c72575dd9af54b5d5413d744dac590c82db46ae2bf60c4dfeb1b"
+checksum="b109a1204ace963ec94523d1c2b5bffd2fa68aef8a79e2d650629324e911a890
+ 4aab85f02bed302b763c036c1a3f392d974b0b4d4ddf22e297c3246744e16455
+ b2d86d0169a790afdb7ec83e47ffd46ef8bdad5c37f6a635423624a4ee0c9c54"
 shlib_provides="libawt.so libawt_xawt.so libjava.so libjli.so libjvm.so libjawt.so"
 nocross=yes
 

From 13388b433fb593975db64c04bface49c285d2753 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 2 May 2023 01:24:12 +0530
Subject: [PATCH 2/2] babashka: reenable tests

---
 srcpkgs/babashka/template | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/srcpkgs/babashka/template b/srcpkgs/babashka/template
index 05c2094a9572..de02b93f8546 100644
--- a/srcpkgs/babashka/template
+++ b/srcpkgs/babashka/template
@@ -41,9 +41,6 @@ checksum="23e1cf27d137afca665f4aa112254f5489f56b7aee5f81ce1ff4981cf7822d48
  8693d3d4cad5a6a198dbbcec2edc93d977711b1428235ff92e3c031495af0366
  bad285812bcc7de7e0dd905c5df99045d7f92d6e2e191fc2768c06adbaaeb709"
 
-# https://github.com/openjdk/jdk17u-dev/pull/783
-make_check=no # TODO: reenable after openjdk17>=17.0.6
-
 nocross="https://build.voidlinux.org/builders/aarch64_builder/builds/33769/steps/shell_3/logs/stdio"
 
 post_extract() {

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] [DRAFT] babashka: reenable tests
  2023-05-01 19:57 [PR PATCH] [DRAFT] babashka: reenable tests icp1994
  2023-05-02 16:57 ` [PR PATCH] [Updated] " icp1994
@ 2023-05-19 10:19 ` icp1994
  2023-05-20 19:09 ` icp1994
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: icp1994 @ 2023-05-19 10:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 485 bytes --]

There is an updated pull request by icp1994 against master on the void-packages repository

https://github.com/icp1994/void-packages babashka
https://github.com/void-linux/void-packages/pull/43708

[DRAFT] babashka: reenable tests
#### Testing the changes
- I tested the changes in this PR: **WIP**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

A patch file from https://github.com/void-linux/void-packages/pull/43708.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-babashka-43708.patch --]
[-- Type: text/x-diff, Size: 2567 bytes --]

From c2b7b20a31b46fdaafd046ac094dba8a48ea5053 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 2 May 2023 22:26:02 +0530
Subject: [PATCH 1/2] mandrel: update to 22.3.2.1.

---
 srcpkgs/mandrel/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/mandrel/template b/srcpkgs/mandrel/template
index 503d264c2394..d75ca825cef1 100644
--- a/srcpkgs/mandrel/template
+++ b/srcpkgs/mandrel/template
@@ -1,9 +1,9 @@
 # Template file for 'mandrel'
 pkgname=mandrel
-version=22.3.1.0
+version=22.3.2.1
 revision=1
 _java_ver=17
-_mx_ver=6.16.0
+_mx_ver=6.20.3
 archs="aarch64* x86_64*"  # upstream supported archs
 hostmakedepends="openjdk${_java_ver} openjdk${_java_ver}-jmods
  openjdk${_java_ver}-src openjdk${_java_ver}-static-libs python3"
@@ -15,9 +15,9 @@ homepage="https://github.com/graalvm/mandrel"
 distfiles="https://github.com/graalvm/mandrel-packaging/archive/refs/tags/mandrel-${version}-Final.tar.gz>packaging-${version}.tar.gz
  https://github.com/graalvm/mandrel/archive/refs/tags/mandrel-${version}-Final.tar.gz
  https://github.com/graalvm/mx/archive/refs/tags/${_mx_ver}.tar.gz"
-checksum="dd37f4a8f628b8909228f489e12363427df9d0f95d1afedad39a2443b22a806d
- bfe15128e8ffb5fd108ee20477e5ee1572c63405d6d0b93d905185356128dcec
- aeec921e0669c72575dd9af54b5d5413d744dac590c82db46ae2bf60c4dfeb1b"
+checksum="b109a1204ace963ec94523d1c2b5bffd2fa68aef8a79e2d650629324e911a890
+ 4aab85f02bed302b763c036c1a3f392d974b0b4d4ddf22e297c3246744e16455
+ b2d86d0169a790afdb7ec83e47ffd46ef8bdad5c37f6a635423624a4ee0c9c54"
 shlib_provides="libawt.so libawt_xawt.so libjava.so libjli.so libjvm.so libjawt.so"
 nocross=yes
 

From bd089a54413425f7645910751c2315c186df57eb Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 2 May 2023 01:24:12 +0530
Subject: [PATCH 2/2] babashka: reenable tests

---
 srcpkgs/babashka/template | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/srcpkgs/babashka/template b/srcpkgs/babashka/template
index 30514d66c304..1796a2c485dc 100644
--- a/srcpkgs/babashka/template
+++ b/srcpkgs/babashka/template
@@ -41,9 +41,6 @@ checksum="7c6b2dada8ce8107107dc776720ac7323fed3d3bec83dba7879432b9b61e6c18
  8693d3d4cad5a6a198dbbcec2edc93d977711b1428235ff92e3c031495af0366
  bad285812bcc7de7e0dd905c5df99045d7f92d6e2e191fc2768c06adbaaeb709"
 
-# https://github.com/openjdk/jdk17u-dev/pull/783
-make_check=no # TODO: reenable after openjdk17>=17.0.6
-
 nocross="https://build.voidlinux.org/builders/aarch64_builder/builds/33769/steps/shell_3/logs/stdio"
 
 post_extract() {

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] [DRAFT] babashka: reenable tests
  2023-05-01 19:57 [PR PATCH] [DRAFT] babashka: reenable tests icp1994
  2023-05-02 16:57 ` [PR PATCH] [Updated] " icp1994
  2023-05-19 10:19 ` icp1994
@ 2023-05-20 19:09 ` icp1994
  2023-05-20 19:45 ` icp1994
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: icp1994 @ 2023-05-20 19:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 485 bytes --]

There is an updated pull request by icp1994 against master on the void-packages repository

https://github.com/icp1994/void-packages babashka
https://github.com/void-linux/void-packages/pull/43708

[DRAFT] babashka: reenable tests
#### Testing the changes
- I tested the changes in this PR: **WIP**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

A patch file from https://github.com/void-linux/void-packages/pull/43708.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-babashka-43708.patch --]
[-- Type: text/x-diff, Size: 2809 bytes --]

From 54b6ae513f7455b147cbefcda1e851fca16d384a Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 2 May 2023 22:26:02 +0530
Subject: [PATCH 1/2] mandrel: update to 22.3.2.1.

---
 srcpkgs/mandrel/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/mandrel/template b/srcpkgs/mandrel/template
index 503d264c2394..d75ca825cef1 100644
--- a/srcpkgs/mandrel/template
+++ b/srcpkgs/mandrel/template
@@ -1,9 +1,9 @@
 # Template file for 'mandrel'
 pkgname=mandrel
-version=22.3.1.0
+version=22.3.2.1
 revision=1
 _java_ver=17
-_mx_ver=6.16.0
+_mx_ver=6.20.3
 archs="aarch64* x86_64*"  # upstream supported archs
 hostmakedepends="openjdk${_java_ver} openjdk${_java_ver}-jmods
  openjdk${_java_ver}-src openjdk${_java_ver}-static-libs python3"
@@ -15,9 +15,9 @@ homepage="https://github.com/graalvm/mandrel"
 distfiles="https://github.com/graalvm/mandrel-packaging/archive/refs/tags/mandrel-${version}-Final.tar.gz>packaging-${version}.tar.gz
  https://github.com/graalvm/mandrel/archive/refs/tags/mandrel-${version}-Final.tar.gz
  https://github.com/graalvm/mx/archive/refs/tags/${_mx_ver}.tar.gz"
-checksum="dd37f4a8f628b8909228f489e12363427df9d0f95d1afedad39a2443b22a806d
- bfe15128e8ffb5fd108ee20477e5ee1572c63405d6d0b93d905185356128dcec
- aeec921e0669c72575dd9af54b5d5413d744dac590c82db46ae2bf60c4dfeb1b"
+checksum="b109a1204ace963ec94523d1c2b5bffd2fa68aef8a79e2d650629324e911a890
+ 4aab85f02bed302b763c036c1a3f392d974b0b4d4ddf22e297c3246744e16455
+ b2d86d0169a790afdb7ec83e47ffd46ef8bdad5c37f6a635423624a4ee0c9c54"
 shlib_provides="libawt.so libawt_xawt.so libjava.so libjli.so libjvm.so libjawt.so"
 nocross=yes
 

From bf504444bbb6fc2346c08c96ff89adf4a651872f Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 2 May 2023 01:24:12 +0530
Subject: [PATCH 2/2] babashka: reenable tests

---
 srcpkgs/babashka/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/babashka/template b/srcpkgs/babashka/template
index 30514d66c304..77cc0058cd46 100644
--- a/srcpkgs/babashka/template
+++ b/srcpkgs/babashka/template
@@ -41,9 +41,6 @@ checksum="7c6b2dada8ce8107107dc776720ac7323fed3d3bec83dba7879432b9b61e6c18
  8693d3d4cad5a6a198dbbcec2edc93d977711b1428235ff92e3c031495af0366
  bad285812bcc7de7e0dd905c5df99045d7f92d6e2e191fc2768c06adbaaeb709"
 
-# https://github.com/openjdk/jdk17u-dev/pull/783
-make_check=no # TODO: reenable after openjdk17>=17.0.6
-
 nocross="https://build.voidlinux.org/builders/aarch64_builder/builds/33769/steps/shell_3/logs/stdio"
 
 post_extract() {
@@ -74,6 +71,9 @@ do_build() {
 }
 
 do_check() {
+	# requires Java 19 for virtual threads
+	rm test/babashka/interop_test.clj
+
 	export GRAALVM_HOME=/usr/lib/jvm/mandrel17
 	export BABASHKA_TEST_ENV=native
 	script/test

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] [DRAFT] babashka: reenable tests
  2023-05-01 19:57 [PR PATCH] [DRAFT] babashka: reenable tests icp1994
                   ` (2 preceding siblings ...)
  2023-05-20 19:09 ` icp1994
@ 2023-05-20 19:45 ` icp1994
  2023-05-25  7:45 ` icp1994
  2023-05-26 13:09 ` [PR PATCH] [Merged]: mandrel: update to 22.3.2.1 leahneukirchen
  5 siblings, 0 replies; 7+ messages in thread
From: icp1994 @ 2023-05-20 19:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 485 bytes --]

There is an updated pull request by icp1994 against master on the void-packages repository

https://github.com/icp1994/void-packages babashka
https://github.com/void-linux/void-packages/pull/43708

[DRAFT] babashka: reenable tests
#### Testing the changes
- I tested the changes in this PR: **WIP**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

A patch file from https://github.com/void-linux/void-packages/pull/43708.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-babashka-43708.patch --]
[-- Type: text/x-diff, Size: 2845 bytes --]

From 54b6ae513f7455b147cbefcda1e851fca16d384a Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 2 May 2023 22:26:02 +0530
Subject: [PATCH 1/2] mandrel: update to 22.3.2.1.

---
 srcpkgs/mandrel/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/mandrel/template b/srcpkgs/mandrel/template
index 503d264c2394..d75ca825cef1 100644
--- a/srcpkgs/mandrel/template
+++ b/srcpkgs/mandrel/template
@@ -1,9 +1,9 @@
 # Template file for 'mandrel'
 pkgname=mandrel
-version=22.3.1.0
+version=22.3.2.1
 revision=1
 _java_ver=17
-_mx_ver=6.16.0
+_mx_ver=6.20.3
 archs="aarch64* x86_64*"  # upstream supported archs
 hostmakedepends="openjdk${_java_ver} openjdk${_java_ver}-jmods
  openjdk${_java_ver}-src openjdk${_java_ver}-static-libs python3"
@@ -15,9 +15,9 @@ homepage="https://github.com/graalvm/mandrel"
 distfiles="https://github.com/graalvm/mandrel-packaging/archive/refs/tags/mandrel-${version}-Final.tar.gz>packaging-${version}.tar.gz
  https://github.com/graalvm/mandrel/archive/refs/tags/mandrel-${version}-Final.tar.gz
  https://github.com/graalvm/mx/archive/refs/tags/${_mx_ver}.tar.gz"
-checksum="dd37f4a8f628b8909228f489e12363427df9d0f95d1afedad39a2443b22a806d
- bfe15128e8ffb5fd108ee20477e5ee1572c63405d6d0b93d905185356128dcec
- aeec921e0669c72575dd9af54b5d5413d744dac590c82db46ae2bf60c4dfeb1b"
+checksum="b109a1204ace963ec94523d1c2b5bffd2fa68aef8a79e2d650629324e911a890
+ 4aab85f02bed302b763c036c1a3f392d974b0b4d4ddf22e297c3246744e16455
+ b2d86d0169a790afdb7ec83e47ffd46ef8bdad5c37f6a635423624a4ee0c9c54"
 shlib_provides="libawt.so libawt_xawt.so libjava.so libjli.so libjvm.so libjawt.so"
 nocross=yes
 

From 6be5f59c8ef7a33669c1418a59c60e3eef177902 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 2 May 2023 01:24:12 +0530
Subject: [PATCH 2/2] babashka: reenable tests

---
 srcpkgs/babashka/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/babashka/template b/srcpkgs/babashka/template
index 30514d66c304..e1b72955664a 100644
--- a/srcpkgs/babashka/template
+++ b/srcpkgs/babashka/template
@@ -41,9 +41,6 @@ checksum="7c6b2dada8ce8107107dc776720ac7323fed3d3bec83dba7879432b9b61e6c18
  8693d3d4cad5a6a198dbbcec2edc93d977711b1428235ff92e3c031495af0366
  bad285812bcc7de7e0dd905c5df99045d7f92d6e2e191fc2768c06adbaaeb709"
 
-# https://github.com/openjdk/jdk17u-dev/pull/783
-make_check=no # TODO: reenable after openjdk17>=17.0.6
-
 nocross="https://build.voidlinux.org/builders/aarch64_builder/builds/33769/steps/shell_3/logs/stdio"
 
 post_extract() {
@@ -74,6 +71,10 @@ do_build() {
 }
 
 do_check() {
+	# requires Java 19
+	rm test/babashka/interop_test.clj
+	rm test-resources/lib_tests/me/raynes/core_test.clj
+
 	export GRAALVM_HOME=/usr/lib/jvm/mandrel17
 	export BABASHKA_TEST_ENV=native
 	script/test

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] [DRAFT] babashka: reenable tests
  2023-05-01 19:57 [PR PATCH] [DRAFT] babashka: reenable tests icp1994
                   ` (3 preceding siblings ...)
  2023-05-20 19:45 ` icp1994
@ 2023-05-25  7:45 ` icp1994
  2023-05-26 13:09 ` [PR PATCH] [Merged]: mandrel: update to 22.3.2.1 leahneukirchen
  5 siblings, 0 replies; 7+ messages in thread
From: icp1994 @ 2023-05-25  7:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 485 bytes --]

There is an updated pull request by icp1994 against master on the void-packages repository

https://github.com/icp1994/void-packages babashka
https://github.com/void-linux/void-packages/pull/43708

[DRAFT] babashka: reenable tests
#### Testing the changes
- I tested the changes in this PR: **WIP**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

A patch file from https://github.com/void-linux/void-packages/pull/43708.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-babashka-43708.patch --]
[-- Type: text/x-diff, Size: 1671 bytes --]

From 0b204c0786713fcfb6f94740491ba80a1fd6224f Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 2 May 2023 22:26:02 +0530
Subject: [PATCH] mandrel: update to 22.3.2.1.

---
 srcpkgs/mandrel/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/mandrel/template b/srcpkgs/mandrel/template
index 503d264c2394..d75ca825cef1 100644
--- a/srcpkgs/mandrel/template
+++ b/srcpkgs/mandrel/template
@@ -1,9 +1,9 @@
 # Template file for 'mandrel'
 pkgname=mandrel
-version=22.3.1.0
+version=22.3.2.1
 revision=1
 _java_ver=17
-_mx_ver=6.16.0
+_mx_ver=6.20.3
 archs="aarch64* x86_64*"  # upstream supported archs
 hostmakedepends="openjdk${_java_ver} openjdk${_java_ver}-jmods
  openjdk${_java_ver}-src openjdk${_java_ver}-static-libs python3"
@@ -15,9 +15,9 @@ homepage="https://github.com/graalvm/mandrel"
 distfiles="https://github.com/graalvm/mandrel-packaging/archive/refs/tags/mandrel-${version}-Final.tar.gz>packaging-${version}.tar.gz
  https://github.com/graalvm/mandrel/archive/refs/tags/mandrel-${version}-Final.tar.gz
  https://github.com/graalvm/mx/archive/refs/tags/${_mx_ver}.tar.gz"
-checksum="dd37f4a8f628b8909228f489e12363427df9d0f95d1afedad39a2443b22a806d
- bfe15128e8ffb5fd108ee20477e5ee1572c63405d6d0b93d905185356128dcec
- aeec921e0669c72575dd9af54b5d5413d744dac590c82db46ae2bf60c4dfeb1b"
+checksum="b109a1204ace963ec94523d1c2b5bffd2fa68aef8a79e2d650629324e911a890
+ 4aab85f02bed302b763c036c1a3f392d974b0b4d4ddf22e297c3246744e16455
+ b2d86d0169a790afdb7ec83e47ffd46ef8bdad5c37f6a635423624a4ee0c9c54"
 shlib_provides="libawt.so libawt_xawt.so libjava.so libjli.so libjvm.so libjawt.so"
 nocross=yes
 

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Merged]: mandrel: update to 22.3.2.1.
  2023-05-01 19:57 [PR PATCH] [DRAFT] babashka: reenable tests icp1994
                   ` (4 preceding siblings ...)
  2023-05-25  7:45 ` icp1994
@ 2023-05-26 13:09 ` leahneukirchen
  5 siblings, 0 replies; 7+ messages in thread
From: leahneukirchen @ 2023-05-26 13:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 328 bytes --]

There's a merged pull request on the void-packages repository

mandrel: update to 22.3.2.1.
https://github.com/void-linux/void-packages/pull/43708

Description:
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-05-26 13:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-01 19:57 [PR PATCH] [DRAFT] babashka: reenable tests icp1994
2023-05-02 16:57 ` [PR PATCH] [Updated] " icp1994
2023-05-19 10:19 ` icp1994
2023-05-20 19:09 ` icp1994
2023-05-20 19:45 ` icp1994
2023-05-25  7:45 ` icp1994
2023-05-26 13:09 ` [PR PATCH] [Merged]: mandrel: update to 22.3.2.1 leahneukirchen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).