]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-dev-new-build: fixed windows build environment variables 1751/head
authorJason Dillaman <dillaman@redhat.com>
Thu, 25 Feb 2021 17:51:07 +0000 (12:51 -0500)
committerJason Dillaman <dillaman@redhat.com>
Thu, 25 Feb 2021 17:51:07 +0000 (12:51 -0500)
The environment variables should be placed before the command.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
ceph-dev-new-build/build/build_mingw

index 5f829fa1fb2ad2fe9db08db249f3b96e52b646d9..cb8ebcc8365659538c30c4e416aba2bae2d4a539 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/bash
 set -ex
 
-timeout 3h CMAKE_BUILD_TYPE=Release BUILD_ZIP=1 CLEAN_BUILD=1 ./win32_build.sh
+CMAKE_BUILD_TYPE=Release BUILD_ZIP=1 CLEAN_BUILD=1 timeout 3h ./win32_build.sh
 
 if [ "$THROWAWAY" = false ]; then
     # push binaries to chacra