Skip to content

Commit 576fe0d

Browse files
authored
Add build tag excluding thread_setup.go during bootstrap (#137)
This file utilizes CGO which causes the bootstrap phase of the compiler build to fail.
1 parent 2f74c04 commit 576fe0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

thread_setup.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//go:build !cmd_go_bootstrap
2+
13
package openssl
24

35
// Go wrappers for testing the thread setup code as _test.go files cannot import "C".

0 commit comments

Comments
 (0)