We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2710fa4 commit f783728Copy full SHA for f783728
.ci/monolithic-windows.sh
@@ -39,11 +39,11 @@ ls -l "clang+llvm-21.1.2-x86_64-pc-windows-msvc.tar.xz"
39
tar xf "clang+llvm-21.1.2-x86_64-pc-windows-msvc.tar"
40
ls -l /tmp/clang-download/clang+llvm-21.1.2-x86_64-pc-windows-msvc/bin/clang-cl.exe
41
42
-ls -l "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/Llvm"
+#ls -l "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/Llvm"
43
44
where cl.exe
45
46
-where clang-cl.exe
+#where clang-cl.exe
47
48
export CC=/tmp/clang-download/clang+llvm-21.1.2-x86_64-pc-windows-msvc/bin/clang-cl.exe
49
export CXX=/tmp/clang-download/clang+llvm-21.1.2-x86_64-pc-windows-msvc/bin/clang-cl.exe
0 commit comments