From: Jason Dillaman Date: Thu, 25 Feb 2021 17:51:07 +0000 (-0500) Subject: ceph-dev-new-build: fixed windows build environment variables X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1751%2Fhead;p=ceph-build.git ceph-dev-new-build: fixed windows build environment variables The environment variables should be placed before the command. Signed-off-by: Jason Dillaman --- diff --git a/ceph-dev-new-build/build/build_mingw b/ceph-dev-new-build/build/build_mingw index 5f829fa1f..cb8ebcc83 100644 --- a/ceph-dev-new-build/build/build_mingw +++ b/ceph-dev-new-build/build/build_mingw @@ -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