Skip to content
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

Add static builds of git-annex #212

Open
yarikoptic opened this issue Nov 6, 2024 · 0 comments
Open

Add static builds of git-annex #212

yarikoptic opened this issue Nov 6, 2024 · 0 comments

Comments

@yarikoptic
Copy link
Member

yarikoptic commented Nov 6, 2024

Per https://git.kyleam.com/static-annex/about/ by @kyleam .

Pros for those -- include in consistent testing across setups and against datalad.

edit 1: collected some timing on running tests in standalone build vs static vs what we have in debian (prior version but should be similar if not the same), it seems that there is benefit even over debian one

❯ wc -l git-annex-test-*.out
  1460 git-annex-test-debian-10.20240927.out
  1460 git-annex-test-standalone.out
  1460 git-annex-test-static.out
  4380 total
❯ tail -n 1 git-annex-test-*.out
==> git-annex-test-debian-10.20240927.out <==
All tests succeeded. (Ran 50 test groups in 19s)

==> git-annex-test-standalone.out <==
All tests succeeded. (Ran 50 test groups in 55s)

==> git-annex-test-static.out <==
All tests succeeded. (Ran 50 test groups in 17s)

next would be to check on datalad tests which are known to be extremely slow against standalone build of git-annex.

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

No branches or pull requests

1 participant