Github messages for voidlinux
 help / color / mirror / Atom feed
From: icp1994 <icp1994@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] [DRAFT] babashka: reenable tests
Date: Sat, 20 May 2023 21:09:31 +0200	[thread overview]
Message-ID: <20230520190931.oFpOX8zUvct9GJT4eqfCvF993XgNjzRzxDPPgNNKC4Q@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43708@inbox.vuxu.org>

[-- 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

  parent reply	other threads:[~2023-05-20 19:09 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-01 19:57 [PR PATCH] " icp1994
2023-05-02 16:57 ` [PR PATCH] [Updated] " icp1994
2023-05-19 10:19 ` icp1994
2023-05-20 19:09 ` icp1994 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230520190931.oFpOX8zUvct9GJT4eqfCvF993XgNjzRzxDPPgNNKC4Q@z \
    --to=icp1994@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).