Skip to content

Commit

Permalink
Also clang-format-17 installer to windows (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
miscco authored Oct 18, 2023
1 parent 5d8108e commit d6933c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions windows/image/install-tools.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Push-location "$PSScriptRoot"
./installers/install-cuda.ps1 -cudaVersion $cudaVersion
./installers/install-git.ps1
./installers/install-lit.ps1
## Must be after lit installation for pip
./installers/install-clang-format.ps1
./installers/install-cmake.ps1
./installers/install-ninja.ps1
./installers/install-sccache.ps1
Expand Down
3 changes: 3 additions & 0 deletions windows/image/installers/install-clang-format.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Ensure that this runs after the lit installer so we already have pip
python -m pip install --upgrade pip
python -m pip install clang-format==17.*

0 comments on commit d6933c6

Please sign in to comment.