mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
Devcontainer: Update to llvm 20
This commit is contained in:
parent
096bd2369a
commit
30d01f7920
|
|
@ -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…
Reference in New Issue
Block a user