Skip to content

Commit af105d4

Browse files
authored
Merge pull request #8720 from sylvestre/bump-coreutils
upgrade to GNU coreutils 9.8 as ref
2 parents ebbec9c + 39f7e28 commit af105d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/GnuTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ env:
2929
TEST_ROOT_FULL_SUMMARY_FILE: 'gnu-root-full-result.json'
3030
TEST_SELINUX_FULL_SUMMARY_FILE: 'selinux-gnu-full-result.json'
3131
TEST_SELINUX_ROOT_FULL_SUMMARY_FILE: 'selinux-root-gnu-full-result.json'
32-
REPO_GNU_REF: "v9.7"
32+
REPO_GNU_REF: "v9.8"
3333

3434
jobs:
3535
native:

util/build-gnu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ fi
7070

7171
###
7272

73-
release_tag_GNU="v9.7"
73+
release_tag_GNU="v9.8"
7474

7575
# check if the GNU coreutils has been cloned, if not print instructions
7676
# note: the ${path_GNU} might already exist, so we check for the .git directory

0 commit comments

Comments
 (0)