forked from TrueCloudLab/restic
Merge pull request #2755 from greatroar/solaris-workaround
Remove Solaris build workaround in integration tests
This commit is contained in:
commit
fae7f78057
1 changed files with 1 additions and 7 deletions
|
@ -230,13 +230,7 @@ func (env *TravisEnvironment) Prepare() error {
|
||||||
"openbsd/386", "openbsd/amd64",
|
"openbsd/386", "openbsd/amd64",
|
||||||
"netbsd/386", "netbsd/amd64",
|
"netbsd/386", "netbsd/amd64",
|
||||||
"linux/arm", "freebsd/arm",
|
"linux/arm", "freebsd/arm",
|
||||||
"linux/ppc64le",
|
"linux/ppc64le", "solaris/amd64",
|
||||||
}
|
|
||||||
|
|
||||||
if os.Getenv("RESTIC_BUILD_SOLARIS") == "0" {
|
|
||||||
msg("Skipping Solaris build\n")
|
|
||||||
} else {
|
|
||||||
env.goxOSArch = append(env.goxOSArch, "solaris/amd64")
|
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
env.goxOSArch = []string{runtime.GOOS + "/" + runtime.GOARCH}
|
env.goxOSArch = []string{runtime.GOOS + "/" + runtime.GOARCH}
|
||||||
|
|
Loading…
Reference in a new issue