mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-07 21:17:07 +09:00
Devcontainer: Update to llvm 20
This commit is contained in:
parent
096bd2369a
commit
30d01f7920
Notes:
github-actions[bot]
2025-05-14 23:44:54 +00:00
Author: https://github.com/ADKaster
Commit: 30d01f7920
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4736
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
"ghcr.io/devcontainers/features/github-cli:1": {},
|
||||
"ghcr.io/devcontainers-contrib/features/pre-commit:2": {},
|
||||
"./features/ladybird": {
|
||||
"llvm_version": 19
|
||||
"llvm_version": 20
|
||||
},
|
||||
"./features/vcpkg-cache": {
|
||||
"release_triplet": true,
|
||||
|
|
|
@ -18,12 +18,12 @@
|
|||
"llvm_version": {
|
||||
"type": "string",
|
||||
"proposals": [
|
||||
17,
|
||||
18,
|
||||
19,
|
||||
20,
|
||||
"trunk"
|
||||
],
|
||||
"default": 19,
|
||||
"default": 20,
|
||||
"description": "Select LLVM compiler version to use"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue