-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
build-gnu.sh: Bump commit to enable some tests e.g. writable-under-readonly.sh #9530
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
0a65b03 to
456bf8d
Compare
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
456bf8d to
cb95e10
Compare
|
GNU testsuite comparison: |
|
I did a test to see if the latest fixes for writable-under-readonly.sh would work here: #9539 if you wan't to add that one too? |
…NU coreutils > 9.9
f4688b5 to
767ac46
Compare
This comment was marked as resolved.
This comment was marked as resolved.
|
GNU testsuite comparison: |
util/build-gnu.sh
Outdated
| # Remove hfs dependency (should be merged to upstream) | ||
| "${SED}" -i -e "s|hfsplus|ext4 -O casefold|" -e "s|cd mnt|rm -d mnt/lost+found;chattr +F mnt;cd mnt|" tests/mv/hardlink-case.sh | ||
| # Backport tests fixed at GNU coreutils > 9.9 | ||
| curl https://raw.githubusercontent.com/coreutils/coreutils/refs/heads/master/tests/mv/hardlink-case.sh > tests/mv/hardlink-case.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i would prefer we apply a patch
i don't like downloading stuff on the fly
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(just to run it offline)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about simply supporting any commit at
Line 37 in 6c6def9
| release_tag_GNU="v9.9" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bumping commit broke many tests. I could curl and patch at GnuTests.yml, but I don't want to do that and keep hacks inside of this script.
|
GNU testsuite comparison: |
This comment was marked as resolved.
This comment was marked as resolved.
7a1a1bf to
d3035d9
Compare
This comment was marked as resolved.
This comment was marked as resolved.
d3035d9 to
26b3224
Compare
1ac3621 to
8271802
Compare
|
GNU testsuite comparison: |
8271802 to
6f06d0c
Compare
6f06d0c to
f8225de
Compare
|
GNU testsuite comparison: |
No description provided.