From bdd4a3a2edb4478e0eec40124a28c92d7697c2f2 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Tue, 5 Mar 2024 17:18:41 +0200 Subject: [PATCH] hmmmm --- scripts/Docker/alpine/amd64/Dockerfile | 1 + scripts/Docker/debian9/clang-cross/Dockerfile | 1 + scripts/azure-pipelines-variables.yml | 1 - 3 files changed, 2 insertions(+), 1 deletion(-) 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