Skip to content

Commit

Permalink
try upstream 9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre committed Jan 16, 2025
1 parent 6060a3e commit e6d4bb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/GnuTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
outputs path_GNU path_GNU_tests path_reference path_UUTILS
#
repo_default_branch="$DEFAULT_BRANCH"
repo_GNU_ref="v9.5"
repo_GNU_ref="9c068dae7642bca3f40ccc1655848876f2e45b11"
repo_reference_branch="$DEFAULT_BRANCH"
outputs repo_default_branch repo_GNU_ref repo_reference_branch
#
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.5"
release_tag_GNU="9c068dae7642bca3f40ccc1655848876f2e45b11"

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

0 comments on commit e6d4bb6

Please sign in to comment.