forked from actions/runner-images
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Windows] Remove LLVM standalone installation
LLVM is already included in the Visual Studio installation. This duplication creates conflicts between versions. The current MSVC C++ standard library requires at least Clang 17, while the standalone LLVM is 16. There is no reason to include two different LLVM versions. Use the one from the Visual Studio installation. Should anyone need standalone LLVM, they can install it with a single command: `choco install llvm`. Fixes: actions#10001
- Loading branch information
Showing
5 changed files
with
2 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,6 @@ | |
- Go 1.21.10 | ||
- Julia 1.10.3 | ||
- Kotlin 2.0.0 | ||
- LLVM 16.0.6 | ||
- Node 18.20.3 | ||
- Perl 5.32.1 | ||
- PHP 8.3.7 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,6 @@ | |
- Go 1.21.10 | ||
- Julia 1.10.3 | ||
- Kotlin 1.9.24 | ||
- LLVM 16.0.6 | ||
- Node 18.20.2 | ||
- Perl 5.32.1 | ||
- PHP 8.3.7 | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters