test: update cpp_vcpkg_project submdoule

This commit is contained in:
Amin Yahyaabadi 2022-10-29 01:39:40 -07:00
parent 3dbe25a6dc
commit 85fa64823e
2 changed files with 1 additions and 4 deletions

@ -1 +1 @@
Subproject commit b10f2e841835b93cee67dff1eb70d6fa5c0ac0cd
Subproject commit 467e5baf5e5caff2a6462581f7c2b0ca62d9af8c

View File

@ -17,9 +17,6 @@ WORKDIR "/"
# run installation
RUN node ./setup_cpp.js --compiler llvm --cmake true --ninja true --cppcheck true --ccache true --vcpkg true --doxygen true --gcovr true --task true
# TODO fails!
# --cppcheck true
# clean up
RUN pacman -Scc --noconfirm
RUN rm -rf /tmp/*