internal/rosa/git: compile with http support

This should be able to fetch repositories deterministically.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-02-05 18:51:02 +09:00
parent 9b751de078
commit 30afa0e2ab

View File

@@ -53,6 +53,8 @@ disable_test t4301-merge-tree-write-tree
disable_test t8005-blame-i18n
disable_test t9350-fast-export
disable_test t9300-fast-import
disable_test t0211-trace2-perf
disable_test t1517-outside-repo
make \
-C t \
@@ -67,6 +69,9 @@ make \
t.Load(Gettext),
t.Load(Zlib),
t.Load(Curl),
t.Load(OpenSSL),
t.Load(Libexpat),
)
}
func init() { artifactsF[Git] = Toolchain.newGit }