internal/rosa/git: compile with http support
All checks were successful
Test / Create distribution (push) Successful in 59s
Test / Sandbox (push) Successful in 2m37s
Test / ShareFS (push) Successful in 4m2s
Test / Hpkg (push) Successful in 4m36s
Test / Sandbox (race detector) (push) Successful in 4m57s
Test / Hakurei (race detector) (push) Successful in 6m16s
Test / Hakurei (push) Successful in 2m40s
Test / Flake checks (push) Successful in 1m40s

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 t8005-blame-i18n
disable_test t9350-fast-export disable_test t9350-fast-export
disable_test t9300-fast-import disable_test t9300-fast-import
disable_test t0211-trace2-perf
disable_test t1517-outside-repo
make \ make \
-C t \ -C t \
@@ -67,6 +69,9 @@ make \
t.Load(Gettext), t.Load(Gettext),
t.Load(Zlib), t.Load(Zlib),
t.Load(Curl),
t.Load(OpenSSL),
t.Load(Libexpat),
) )
} }
func init() { artifactsF[Git] = Toolchain.newGit } func init() { artifactsF[Git] = Toolchain.newGit }