mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
update ci.go
This commit is contained in:
parent
3ab76ece56
commit
c9ca81f790
1 changed files with 2 additions and 2 deletions
|
|
@ -365,7 +365,7 @@ func doArchive(cmdline []string) {
|
|||
gexp = "gexp-" + base + ext
|
||||
alltools = "gexp-alltools-" + base + ext
|
||||
)
|
||||
maybeSkipArchive(env)
|
||||
// maybeSkipArchive(env)
|
||||
if err := build.WriteArchive(gexp, gethArchiveFiles); err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
|
|
@ -942,4 +942,4 @@ func xgoTool(args []string) *exec.Cmd {
|
|||
cmd.Env = append(cmd.Env, e)
|
||||
}
|
||||
return cmd
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue