From 4724f0454763667060db83e600065dde5b897964 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 9 Apr 2025 07:50:23 -0400 Subject: [PATCH] upgrade to GNU coreutils 9.7 as ref --- .github/workflows/GnuTests.yml | 2 +- util/build-gnu.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/GnuTests.yml b/.github/workflows/GnuTests.yml index 55c04dc9e..b12dbb235 100644 --- a/.github/workflows/GnuTests.yml +++ b/.github/workflows/GnuTests.yml @@ -49,7 +49,7 @@ jobs: outputs path_GNU path_GNU_tests path_reference path_UUTILS # repo_default_branch="$DEFAULT_BRANCH" - repo_GNU_ref="v9.6" + repo_GNU_ref="v9.7" repo_reference_branch="$DEFAULT_BRANCH" outputs repo_default_branch repo_GNU_ref repo_reference_branch # diff --git a/util/build-gnu.sh b/util/build-gnu.sh index e57048cc9..06b89fe84 100755 --- a/util/build-gnu.sh +++ b/util/build-gnu.sh @@ -60,7 +60,7 @@ fi ### -release_tag_GNU="v9.6" +release_tag_GNU="v9.7" if test ! -d "${path_GNU}"; then echo "Could not find GNU coreutils (expected at '${path_GNU}')"