You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 30, 2023. It is now read-only.
Local chip architecture: <x86, arm64, Apple Silicon> x86/64
Reproduces in: Remote - Containers
Name of Dev Container Definition with Issue: cpp
Steps to Reproduce:
Create a container as usual
run cmake
run ctest - it's not found
All went fine here until I want to run ctest from VS Code's terminal. cmake is a link to ´/opt/cmake/bin/cmake´, but there isn't one for ctest (also for cpack too)
Steps to Reproduce:
All went fine here until I want to run ctest from VS Code's terminal. cmake is a link to ´/opt/cmake/bin/cmake´, but there isn't one for ctest (also for cpack too)
So the other cmake utils aren't in path or are sym linked into.
I could tweak Dockerfile/devcontainer.json but, I think this should come from vscode-dev-containers setup.
Probably on bottom, the other links are missing cpp/.devcontainer/reinstall-cmake.sh