Skip to content

Commit

Permalink
Add build tag excluding thread_setup.go during bootstrap (#137)
Browse files Browse the repository at this point in the history
This file utilizes CGO which causes the bootstrap phase of the compiler build to fail.
  • Loading branch information
derekparker authored Feb 21, 2024
1 parent 2f74c04 commit 576fe0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions thread_setup.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:build !cmd_go_bootstrap

package openssl

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

0 comments on commit 576fe0d

Please sign in to comment.