14 lines
446 B
Diff
14 lines
446 B
Diff
diff --git a/src/cmd/dist/test.go b/src/cmd/dist/test.go
|
|
index 36a20e8b2a..8c2dd1b44b 100644
|
|
--- a/src/cmd/dist/test.go
|
|
+++ b/src/cmd/dist/test.go
|
|
@@ -1125,7 +1125,7 @@ func (t *tester) registerCgoTests(heading string) {
|
|
} else {
|
|
panic("unknown linkmode with static build: " + linkmode)
|
|
}
|
|
- gt.tags = append(gt.tags, "static")
|
|
+ gt.tags = append(gt.tags, "static", "no_openssl")
|
|
}
|
|
gt.ldflags = strings.Join(ldflags, " ")
|
|
|