summaryrefslogtreecommitdiffstats
path: root/contrib/persistent-https
diff options
context:
space:
mode:
authorbrian m. carlson <sandals@crustytoothpaste.net>2026-02-07 20:04:42 +0000
committerJunio C Hamano <gitster@pobox.com>2026-02-07 17:41:03 -0800
commit3bb0b0afaba588c04982103534afa2aae922f5bf (patch)
tree2b210dea9696eb4714a96dabd6672087f691e517 /contrib/persistent-https
parent41d1d14a18164c529cd80c8b6b2a75f31831df08 (diff)
downloadgit-3bb0b0afaba588c04982103534afa2aae922f5bf.tar.gz
git-3bb0b0afaba588c04982103534afa2aae922f5bf.zip
rust: add a build.rs script for tests
Cargo uses the build.rs script to determine how to compile and link a binary. The only binary we're generating, however, is for our tests, but in a future commit, we're going to link against libgit.a for some functionality and we'll need to make sure the test binaries are complete. Add a build.rs file for this case and specify the files we're going to be linking against. Because we cannot specify different dependencies when building our static library versus our tests, update the Makefile to specify these dependencies for our static library to avoid race conditions during build. Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/persistent-https')
0 files changed, 0 insertions, 0 deletions