We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95872a5 commit 2afcf5bCopy full SHA for 2afcf5b
build/ci.go
@@ -213,9 +213,10 @@ func doInstall(cmdline []string) {
213
buildTags := []string{"urfave_cli_no_docs"}
214
215
// Enable linking the CKZG library since we can make it work with additional flags.
216
- if env.UbuntuVersion != "trusty" {
217
- buildTags = append(buildTags, "ckzg")
218
- }
+ // quorum: comment out for now
+ //if env.UbuntuVersion != "trusty" {
+ // buildTags = append(buildTags, "ckzg")
219
+ //}
220
221
// Configure the build.
222
gobuild := tc.Go("build", buildFlags(env, *staticlink, buildTags)...)
0 commit comments