forked from security/hakurei
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:
@@ -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 }
|
||||||
|
|||||||
Reference in New Issue
Block a user