6c912b30a2
* Create devcontainer.json * Ensure codespace can be setup for current branch * fix: find compilers in site scope * fix: use cloud_pipelines ubuntu20.04 image * fix: spack config --scope site add * fix: use develop, not develop-root mirror
4 lines
139 B
JSON
4 lines
139 B
JSON
{
|
|
"image": "ghcr.io/spack/ubuntu20.04-runner-amd64-gcc-11.4:2023.08.01",
|
|
"postCreateCommand": "./.devcontainer/postCreateCommand.sh"
|
|
}
|