Skip to content

Commit

Permalink
upgrade to GNU coreutils 9.5 as ref
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre committed Mar 28, 2024
1 parent 318a0f2 commit 3222c92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/GnuTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
outputs path_GNU path_GNU_tests path_reference path_UUTILS
#
repo_default_branch="${{ github.event.repository.default_branch }}"
repo_GNU_ref="v9.4"
repo_GNU_ref="v9.5"
repo_reference_branch="${{ github.event.repository.default_branch }}"
outputs repo_default_branch repo_GNU_ref repo_reference_branch
#
Expand Down Expand Up @@ -344,7 +344,7 @@ jobs:
with:
repository: 'coreutils/coreutils'
path: 'gnu'
ref: 'v9.4'
ref: 'v9.5'
submodules: recursive
- uses: dtolnay/rust-toolchain@master
with:
Expand Down
2 changes: 1 addition & 1 deletion util/build-gnu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ fi

###

release_tag_GNU="v9.4"
release_tag_GNU="v9.5"

if test ! -d "${path_GNU}"; then
echo "Could not find GNU coreutils (expected at '${path_GNU}')"
Expand Down

0 comments on commit 3222c92

Please sign in to comment.