Skip to content

Conversation

@oech3
Copy link
Contributor

@oech3 oech3 commented Nov 29, 2025

Painful dependency. Finalize #9258

@github-actions
Copy link

GNU testsuite comparison:

Skipping an intermittent issue tests/misc/tee (passes in this run but fails in the 'main' branch)

@sylvestre
Copy link
Contributor

why painful?

@oech3
Copy link
Contributor Author

oech3 commented Nov 30, 2025 via email

@cakebaker cakebaker merged commit ee39b35 into uutils:main Nov 30, 2025
129 checks passed
@cakebaker
Copy link
Contributor

Thanks!

@oech3 oech3 deleted the no-wget branch November 30, 2025 14:12
@oech3
Copy link
Contributor Author

oech3 commented Nov 30, 2025

Is curl https://github.com/coreutils/coreutils/archive/refs/tags/v9.9.tar.gz faster than git clone?

@cakebaker
Copy link
Contributor

I think it is comparing apples to oranges: the curl example is about downloading a single file whereas git clone is about downloading an entire repository. My guess is that curl is faster as the download size is smaller.

@oech3
Copy link
Contributor Author

oech3 commented Nov 30, 2025

Or can we switch to --depth=1? I don't know how to apply it to ./vootstrapping gnulib. But --depth=1 coreutils seems OK.

@cakebaker
Copy link
Contributor

Maybe --shallow-submodules? From the git clone man page: "All submodules which are cloned will be shallow with a depth of 1."

What are you trying to accomplish?

@oech3
Copy link
Contributor Author

oech3 commented Nov 30, 2025

trying to reduce tome to build and disk space (build-gnu.sh could be used out side of CI too)

@oech3
Copy link
Contributor Author

oech3 commented Nov 30, 2025

It seems git clone is embedded at *.yml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants