mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
* Add clang devcontainers * Add gcc devcontainers * Remove comment * Transition to bullseye variants of clang image to build --------- Co-authored-by: John Wellbelove <jwellbelove@users.noreply.github.com>
13 lines
320 B
JSON
13 lines
320 B
JSON
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
|
|
// README at: https://github.com/devcontainers/templates/tree/main/src/cpp
|
|
{
|
|
"name": "Clang 17",
|
|
"build": {
|
|
"dockerfile": "../Dockerfile",
|
|
"args": {
|
|
"BASE_IMAGE_NAME": "silkeh/clang:17"
|
|
},
|
|
"context": "../context"
|
|
}
|
|
}
|