1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-08 05:27:14 +09:00

Devcontainer: Update to llvm 20

This commit is contained in:
Andrew Kaster 2025-05-14 12:19:06 -06:00 committed by Tim Flynn
parent 096bd2369a
commit 30d01f7920
Notes: github-actions[bot] 2025-05-14 23:44:54 +00:00
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@
"ghcr.io/devcontainers/features/github-cli:1": {}, "ghcr.io/devcontainers/features/github-cli:1": {},
"ghcr.io/devcontainers-contrib/features/pre-commit:2": {}, "ghcr.io/devcontainers-contrib/features/pre-commit:2": {},
"./features/ladybird": { "./features/ladybird": {
"llvm_version": 19 "llvm_version": 20
}, },
"./features/vcpkg-cache": { "./features/vcpkg-cache": {
"release_triplet": true, "release_triplet": true,

View file

@ -18,12 +18,12 @@
"llvm_version": { "llvm_version": {
"type": "string", "type": "string",
"proposals": [ "proposals": [
17,
18, 18,
19, 19,
20,
"trunk" "trunk"
], ],
"default": 19, "default": 20,
"description": "Select LLVM compiler version to use" "description": "Select LLVM compiler version to use"
} }
} }