You've already forked edk2-upstream
mirror of
https://github.com/Dasharo/edk2-upstream.git
synced 2026-03-06 15:03:57 -08:00
Fedora 40, which is currently in use as the devcontainer image, is EOL. With the fixes for the C23 standard we can use GCC 15 and switch over to the latest Fedora image. Signed-off-by: Oliver Steffen <osteffen@redhat.com>
17 lines
502 B
JSON
17 lines
502 B
JSON
{
|
|
"image": "ghcr.io/tianocore/containers/fedora-43-dev:latest",
|
|
"postCreateCommand": "git config --global --add safe.directory '*' && pip install --upgrade -r pip-requirements.txt",
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"DavidAnson.vscode-markdownlint",
|
|
"ms-azuretools.vscode-docker",
|
|
"ms-vscode-remote.remote-containers",
|
|
"ms-vscode.cpptools",
|
|
"walonli.edk2-vscode",
|
|
"zachflower.uncrustify"
|
|
]
|
|
}
|
|
}
|
|
}
|