mirror of
https://github.com/restic/restic.git
synced 2025-10-10 10:13:31 +00:00
Remove build tag release
This commit is contained in:
@@ -315,7 +315,7 @@ func (env *TravisEnvironment) RunTests() error {
|
||||
|
||||
if *runCrossCompile {
|
||||
// compile for all target architectures with tags
|
||||
for _, tags := range []string{"release", "debug"} {
|
||||
for _, tags := range []string{"", "debug"} {
|
||||
err := runWithEnv(env.env, "gox", "-verbose",
|
||||
"-osarch", strings.Join(env.goxOSArch, " "),
|
||||
"-tags", tags,
|
||||
|
Reference in New Issue
Block a user