Commit 25dde07
* Fix #117: remove unused Conan install from dev container
Conan was installed in `.devcontainer/Dockerfile` but never used; the
project manages its dependencies via CPM (see Dependencies.cmake), so
the `pip install conan` step and the `CONAN_SYSREQUIRES_*` environment
variables were dead weight on every dev container build. Drop them, and
add a CTest regression test that scans the Dockerfile to prevent Conan
from being reintroduced.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* Address review: remove devcontainer Conan-removal regression test
Requested by @lefticus in PR #152 review.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: leftibot <leftibot@users.noreply.github.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 968f7d5 commit 25dde07
1 file changed
Lines changed: 0 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | 16 | | |
31 | 17 | | |
32 | 18 | | |
| |||
0 commit comments