From 28afaeb89a04eb9c82588a3fc4ee743a0f92a0d2 Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Wed, 10 Nov 2021 18:14:49 -0600 Subject: [PATCH] Flow environment variable into run-build (#12637) --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 4dfcc58ed..594a355fa 100755 --- a/build.sh +++ b/build.sh @@ -55,5 +55,5 @@ if [ ! -z "$BUILD_IN_DOCKER" ]; then else # Run under sudo so we can set ulimit # See https://github.com/dotnet/core-eng/issues/14808 - sudo $DIR/run-build.sh $args + sudo -E $DIR/run-build.sh $args fi