mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
Meta: Update the devcontainer configuration
Update the base image and the feature images Add new packages to the install.sh command as they are now needed by some dependencies, that are built via vcpkg Add newer clang version, but the default stays the same
This commit is contained in:
Notes:
github-actions[bot]
2024-10-12 17:35:57 +00:00
Author: https://github.com/Totto16 Commit: https://github.com/LadybirdBrowser/ladybird/commit/846a3a16e24 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1738 Reviewed-by: https://github.com/ADKaster ✅
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "Ladybird",
|
||||
"image": "mcr.microsoft.com/devcontainers/base:jammy",
|
||||
"image": "mcr.microsoft.com/devcontainers/base:noble",
|
||||
|
||||
// Features to add to the dev container. More info: https://containers.dev/implementors/features.
|
||||
"features": {
|
||||
"ghcr.io/devcontainers/features/github-cli:1": {},
|
||||
"ghcr.io/devcontainers-contrib/features/pre-commit:1": {},
|
||||
"ghcr.io/devcontainers-contrib/features/pre-commit:2": {},
|
||||
"./features/ladybird": {
|
||||
"llvm_version": 18,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user