Skip to content

Commit dac77f7

Browse files
authored
fix: pre-create .amp directory to allow clangd to find it
1 parent e5cabe2 commit dac77f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.devcontainer/cpp/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ RUN --mount=type=cache,target=/var/log,sharing=locked \
114114
--slave /usr/bin/mull-reporter mull-reporter /usr/bin/mull-reporter-${CLANG_VERSION} \
115115
--slave /usr/lib/mull-ir-frontend mull-ir-frontend /usr/lib/mull-ir-frontend-${CLANG_VERSION} \
116116
&& update-alternatives --install /usr/bin/python python /usr/bin/python3 10 \
117+
&& mkdir /root/.amp \
117118
&& cp /etc/skel/.bashrc /root/.bashrc
118119

119120
# Set up package managers CPM and Conan

0 commit comments

Comments
 (0)