mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
build: disable windows build
This commit is contained in:
parent
b59ab1a1ae
commit
d69963147b
1 changed files with 2 additions and 0 deletions
|
|
@ -342,6 +342,8 @@ func downloadSpecTestFixtures(cachedir string) string {
|
||||||
csdb := build.MustLoadChecksums("build/checksums.txt")
|
csdb := build.MustLoadChecksums("build/checksums.txt")
|
||||||
ext := ".tar.gz"
|
ext := ".tar.gz"
|
||||||
if runtime.GOOS == "windows" {
|
if runtime.GOOS == "windows" {
|
||||||
|
// TODO (MariusVanDerWijden) enable windows tests once spec tests provide a .zip
|
||||||
|
return ""
|
||||||
ext = ".zip"
|
ext = ".zip"
|
||||||
}
|
}
|
||||||
base := "fixtures"
|
base := "fixtures"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue