forked from TrueCloudLab/restic
Don't run Solaris build for go1.9
This commit is contained in:
parent
53040a2e34
commit
d6fd94e49d
2 changed files with 7 additions and 2 deletions
|
@ -135,7 +135,12 @@ func (env *TravisEnvironment) Prepare() error {
|
|||
"freebsd/386", "freebsd/amd64",
|
||||
"openbsd/386", "openbsd/amd64",
|
||||
"linux/arm", "freebsd/arm",
|
||||
"solaris/amd64",
|
||||
}
|
||||
|
||||
if os.Getenv("RESTIC_BUILD_SOLARIS") == "0" {
|
||||
msg("Skipping Solaris build\n")
|
||||
} else {
|
||||
env.goxOSArch = append(env.goxOSArch, "solaris/amd64")
|
||||
}
|
||||
} else {
|
||||
env.goxOSArch = []string{runtime.GOOS + "/" + runtime.GOARCH}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue