-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Allow to replace ln -fs and hardlink on Windows by default #8790
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
Conversation
|
GNU testsuite comparison: |
CodSpeed Performance ReportMerging #8790 will not alter performanceComparing Summary
Footnotes
|
|
@ognevny Does |
|
multicall binary uses symlinks. there are problems with shipping them, so we use "classical" approach with distributing individual binaries. https://www.msys2.org/docs/symlinks/ edit: oh, I see. hard links are acceptable for us, because they are supported in older versions of Windows |
|
I don't know does |
it's supported. we have a whole package with hardlinks! |
Use hardlink on Windows by default
|
Failing tests by network err: #8787 (comment) |
|
GNU testsuite comparison: |
|
GNU testsuite comparison: |
|
@ognevny It seems hardlink patch is not enough and |
gmake is also not presented on Archlinux, so it shouldn't be used at all |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
|
It seems |
Allow to replace
ln -fsfor multicall-binary with any command.make LN=lnfixes argv[0] .Closes #7928