golang/SOURCES/disable_static_tests_part2....

14 lines
446 B
Diff
Raw Normal View History

2023-05-09 05:18:33 +00:00
diff --git a/src/cmd/dist/test.go b/src/cmd/dist/test.go
2024-04-30 19:57:59 +00:00
index 36a20e8b2a..8c2dd1b44b 100644
2023-05-09 05:18:33 +00:00
--- a/src/cmd/dist/test.go
+++ b/src/cmd/dist/test.go
2024-04-30 19:57:59 +00:00
@@ -1125,7 +1125,7 @@ func (t *tester) registerCgoTests(heading string) {
2023-05-09 05:18:33 +00:00
} else {
2023-11-07 13:44:14 +00:00
panic("unknown linkmode with static build: " + linkmode)
2023-05-09 05:18:33 +00:00
}
2023-11-07 13:44:14 +00:00
- gt.tags = append(gt.tags, "static")
+ gt.tags = append(gt.tags, "static", "no_openssl")
2023-05-09 05:18:33 +00:00
}
2024-04-30 19:57:59 +00:00
gt.ldflags = strings.Join(ldflags, " ")
2023-11-07 13:44:14 +00:00