From 3c842d7fc64313e2c6e6cd8c8d01e79ae64acab5 Mon Sep 17 00:00:00 2001 From: struct Date: Sat, 14 Mar 2026 10:12:30 -0400 Subject: [PATCH 1/2] bump isoalloc version to 1.2.6 --- build-bench-env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-bench-env.sh b/build-bench-env.sh index 425f9de..417962c 100755 --- a/build-bench-env.sh +++ b/build-bench-env.sh @@ -43,7 +43,7 @@ readonly version_fg=master # ~unmaintained since 2018 readonly version_gd=master # ~unmaintained since 2021 readonly version_hd=6577c22b # HEAD as of 2025-07-18, no release since 2019 readonly version_hm=11 -readonly version_iso=1.2.5 +readonly version_iso=1.2.6 readonly version_je=5.3.0 readonly version_lf=master # ~unmaintained since 2018 readonly version_lp=main From 2675927f4fa847d56f083b9e4f826ee862359206 Mon Sep 17 00:00:00 2001 From: struct Date: Sat, 14 Mar 2026 15:59:10 -0400 Subject: [PATCH 2/2] bump to 1.2.7 and use proper build target --- build-bench-env.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-bench-env.sh b/build-bench-env.sh index 417962c..98f19ee 100755 --- a/build-bench-env.sh +++ b/build-bench-env.sh @@ -43,7 +43,7 @@ readonly version_fg=master # ~unmaintained since 2018 readonly version_gd=master # ~unmaintained since 2021 readonly version_hd=6577c22b # HEAD as of 2025-07-18, no release since 2019 readonly version_hm=11 -readonly version_iso=1.2.6 +readonly version_iso=1.2.7 readonly version_je=5.3.0 readonly version_lf=master # ~unmaintained since 2018 readonly version_lp=main @@ -482,7 +482,7 @@ fi if test "$setup_iso" = "1"; then checkout iso $version_iso https://github.com/struct/isoalloc - make library -j $procs + make library_less_strict -j $procs popd fi