From 0d8d146a4ab3b7ee1f2f38e25d20aea8972b6d63 Mon Sep 17 00:00:00 2001 From: Adeel <3840695+am11@users.noreply.github.com> Date: Fri, 21 Oct 2022 15:37:28 +0300 Subject: [PATCH] Remove dependency on pipeline-logging-functions.sh --- eng/common/native/init-compiler.sh | 29 +++++++------------ eng/native/gen-buildsys.sh | 2 +- .../NativeExports/NativeExports.csproj | 4 +-- src/mono/mono.proj | 2 +- 4 files changed, 15 insertions(+), 22 deletions(-) diff --git a/eng/common/native/init-compiler.sh b/eng/common/native/init-compiler.sh index 071ae7ef3cdf8..5a6657b67e703 100644 --- a/eng/common/native/init-compiler.sh +++ b/eng/common/native/init-compiler.sh @@ -4,19 +4,14 @@ # # NOTE: some scripts source this file and rely on stdout being empty, make sure to not output anything here! -if [ "$#" -lt 3 ]; then +if [ -z "$build_arch" ] || [ -z "$compiler" ]; then echo "Usage..." - echo "init-compiler.sh