Browse Source

update make call for static

Grant Limberg 5 years ago
parent
commit
ffc786d796
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -60,7 +60,7 @@ def buildStaticBinaries() {
                             cmakeFlags = 'CMAKE_ARGS="-DBUILD_32BIT=1 -DBUILD_STATIC=1"'
                          }
                    
-                        sh "${cmakeFlags} make -j8 ZT_STATIC=1 all"
+                        sh "${cmakeFlags} make"
                         dir("build") {
                             sh "mv zerotier zerotier-static-${platform}"
                             stash includes: 'zerotier-static-*', name: "static-${platform}"