diff --git a/scripts/Docker/alpine/amd64/Dockerfile b/scripts/Docker/alpine/amd64/Dockerfile index 220e7e34cb4..cef1e7e6a36 100644 --- a/scripts/Docker/alpine/amd64/Dockerfile +++ b/scripts/Docker/alpine/amd64/Dockerfile @@ -29,5 +29,6 @@ ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT 1 RUN dotnet help ENV GN_EXE=/usr/share/gn/out/gn +ENV GIT_TRACE=1 WORKDIR /work diff --git a/scripts/Docker/debian9/clang-cross/Dockerfile b/scripts/Docker/debian9/clang-cross/Dockerfile index 75e442424af..be30b51b1f1 100644 --- a/scripts/Docker/debian9/clang-cross/Dockerfile +++ b/scripts/Docker/debian9/clang-cross/Dockerfile @@ -68,5 +68,6 @@ RUN (mkdir -p /skia-utils/libfontconfig1 \ RUN rm -rf /var/lib/apt/lists/* ENV CC=clang-${CLANG_VERSION} CXX=clang++-${CLANG_VERSION} +ENV GIT_TRACE=1 WORKDIR /work diff --git a/scripts/azure-pipelines-variables.yml b/scripts/azure-pipelines-variables.yml index 35406a70c23..ef6f1c7c030 100644 --- a/scripts/azure-pipelines-variables.yml +++ b/scripts/azure-pipelines-variables.yml @@ -26,4 +26,3 @@ variables: Codeql.Enabled: true IOS_TEST_DEVICE_VERSION: 16.4 ANDROID_TEST_DEVICE_VERSION: 34 - GIT_TRACE: 1