Skip to content

Commit 2afcf5b

Browse files
committed
Comment out build step until necessary changes are pulled in from upstream
1 parent 95872a5 commit 2afcf5b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

build/ci.go

+4-3
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,10 @@ func doInstall(cmdline []string) {
213213
buildTags := []string{"urfave_cli_no_docs"}
214214

215215
// 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-
}
216+
// quorum: comment out for now
217+
//if env.UbuntuVersion != "trusty" {
218+
// buildTags = append(buildTags, "ckzg")
219+
//}
219220

220221
// Configure the build.
221222
gobuild := tc.Go("build", buildFlags(env, *staticlink, buildTags)...)

0 commit comments

Comments
 (0)