[PATCH] D108513: [docs] Update Getting Started with Visual Studio guide

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 16 11:55:53 PST 2022


mstorsjo added a comment.

In D108513#3326903 <https://reviews.llvm.org/D108513#3326903>, @aeubanks wrote:

> git bash is great for development, but it's kind of hard to automatically download and install on bots. our LLVM bots have git available via Chrome tools (specifically depot_tools)

The premerge buildbots install it in their Docker image with Chocolatey, with a single command `choco install -y git`, see https://github.com/google/llvm-premerge-checks/blob/main/containers/agent-windows-vs2019/Dockerfile#L41-L43.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D108513/new/

https://reviews.llvm.org/D108513



More information about the llvm-commits mailing list