20 lines
489 B
JSON
20 lines
489 B
JSON
{
|
|
"build": {
|
|
"dockerfile": "Dockerfile",
|
|
"context": "..",
|
|
"args": {
|
|
"BUILDKIT_STEP_LOG_MAX_SIZE": "10485760" // 10 MiB
|
|
}
|
|
},
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"ms-vscode.cpptools-extension-pack",
|
|
"mesonbuild.mesonbuild",
|
|
"ms-python.python"
|
|
]
|
|
}
|
|
},
|
|
"postCreateCommand": "meson setup --cross-file cross_arm.txt build_arm && meson setup --cross-file cross_cm7.txt build_cm7 && meson setup build_linux"
|
|
}
|