mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
.devcontainer: bump Fedora version to 39
Fedora 35 is EOL. Use Fedora 39 instead: don't use 40 for now since it comes with gcc 14 which still has some problems building edk2. Fix the git command to disable the safe directory checks. Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
This commit is contained in:
parent
176b9d41f8
commit
b0c5781671
@ -1,6 +1,6 @@
|
||||
{
|
||||
"image": "ghcr.io/tianocore/containers/fedora-35-dev:latest",
|
||||
"postCreateCommand": "git config --global --add safe.directory * && pip install --upgrade -r pip-requirements.txt",
|
||||
"image": "ghcr.io/tianocore/containers/fedora-39-dev:latest",
|
||||
"postCreateCommand": "git config --global --add safe.directory '*' && pip install --upgrade -r pip-requirements.txt",
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user