Revert "feat: add boringcrypto builds for linux (#9528)" (#9529)

This reverts commit 79cd6047dc.
This commit is contained in:
Kyle Carberry
2023-09-05 08:37:07 -05:00
committed by GitHub
parent 79cd6047dc
commit da0ef92f77
7 changed files with 14 additions and 61 deletions
-7
View File
@@ -1,7 +0,0 @@
//go:build boringcrypto
package buildinfo
import "crypto/boring"
var boringcrypto = boring.Enabled()
-4
View File
@@ -87,10 +87,6 @@ func IsAGPL() bool {
return strings.Contains(agpl, "t")
}
func IsBoringCrypto() bool {
return boringcrypto
}
// ExternalURL returns a URL referencing the current Coder version.
// For production builds, this will link directly to a release.
// For development builds, this will link to a commit.
-5
View File
@@ -1,5 +0,0 @@
//go:build !boringcrypto
package buildinfo
var boringcrypto = false