diff --git a/build/ci.go b/build/ci.go
index 6761a4c888bedb056a840128d7e1079066897fec..cb9c7a335b8d74e5fd0046a8d8ecc649011453f7 100644
--- a/build/ci.go
+++ b/build/ci.go
@@ -215,10 +215,6 @@ func doInstall(cmdline []string) {
 }
 
 func buildFlags(env build.Environment) (flags []string) {
-	if os.Getenv("GO_OPENCL") != "" {
-		flags = append(flags, "-tags", "opencl")
-	}
-
 	// Set gitCommit constant via link-time assignment.
 	if env.Commit != "" {
 		flags = append(flags, "-ldflags", "-X main.gitCommit="+env.Commit)