Skip to content

Commit

Permalink
hmmmm
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow committed Mar 5, 2024
1 parent 717a78f commit bdd4a3a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions scripts/Docker/alpine/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions scripts/Docker/debian9/clang-cross/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion scripts/azure-pipelines-variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,3 @@ variables:
Codeql.Enabled: true
IOS_TEST_DEVICE_VERSION: 16.4
ANDROID_TEST_DEVICE_VERSION: 34
GIT_TRACE: 1

0 comments on commit bdd4a3a

Please sign in to comment.