From 04266a11800bd9417327f5b4e6caf25963a873de Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Tue, 9 Jun 2020 14:49:37 -0700 Subject: [PATCH] don't build static binaries yet. Don't have the build config in there for it yet --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index db5cf8637..77d10ce7c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -18,7 +18,7 @@ pipeline { steps { script { def tasks = [:] - tasks << buildStaticBinaries() + // tasks << buildStaticBinaries() tasks << buildDebianNative() tasks << buildCentosNative()