From 2c825e593aa7e63c54665a3e31a019643397410d Mon Sep 17 00:00:00 2001 From: Jason Dillaman Date: Thu, 25 Feb 2021 12:51:07 -0500 Subject: [PATCH] ceph-dev-new-build: fixed windows build environment variables The environment variables should be placed before the command. Signed-off-by: Jason Dillaman --- ceph-dev-new-build/build/build_mingw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-dev-new-build/build/build_mingw b/ceph-dev-new-build/build/build_mingw index 5f829fa1..cb8ebcc8 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 -- 2.39.5