diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-02-05 18:51:02 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-02-05 18:51:02 +0900 |
| commit | 30afa0e2ab25cf989ad6c01a70491a727a9aee72 (patch) | |
| tree | 39534e2f5419dc16a50ad078691b6203efdbf5de /internal/rosa/git.go | |
| parent | 9b751de07866e1456cbf7f3dbdef1322ef51e31d (diff) | |
internal/rosa/git: compile with http support
This should be able to fetch repositories deterministically.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/git.go')
| -rw-r--r-- | internal/rosa/git.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/internal/rosa/git.go b/internal/rosa/git.go index 23644224..07333c70 100644 --- a/internal/rosa/git.go +++ b/internal/rosa/git.go @@ -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 } |
