Quellcode durchsuchen

update make call for static

Grant Limberg vor 5 Jahren
Ursprung
Commit
ffc786d796
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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}"