Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion tools/windows/install-deps.bat
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,11 @@ call :AddToUserPathInEnvironment C:\msys64\usr\bin

echo.
echo.* Step 7: Install LLVM compiler toolchain.
winget install "LLVM" --version 15.0.7
@rem workerd is tied to 16.0.6 for the time being (https://github.com/cloudflare/workerd/pull/1092).
winget install "LLVM" --version 16.0.6
@rem Work around for clang / bazel not agreeing on install location, will be fixed by
@rem https://github.com/bazelbuild/bazel/pull/1939.
move "C:\Program Files\LLVM\lib\clang\16" "C:\Program Files\LLVM\lib\clang\16.0.6"

echo.
echo.* Step 8: Install bazelisk as %LOCALAPPDATA%\Programs\bazelisk\bazel.exe.
Expand Down