Fix Problem with .devcontainer. It did not copy .devcontainer/reinstall-cmake.sh when building container#2273
Conversation
…ll-cmake.sh when building container
fl0rianr
left a comment
There was a problem hiding this comment.
Good fix, had the same issue every time but never pushed.
|
Hello! I have a question, i see That the tests failed on MAC whisper metal testing. But I only changed the dockerignore , so I think it should not be affected. Maybe is something related to: #2278 ? Trace ======================================================================
|
Hello,
I saw the lemonade repo had a .devcontainer so I tryed the visual code devcontainer feature on my ubuntu 24.04 , visual code 1.124.2.
I tryed but i saw visual code throw an error when it tryed to build container
It failed when it tryed to copy .devcontainer/reinstall-cmake.sh . I investigate and i saw that inside .dockerignore there is a
.devcontainer line that is guilty :)
I added below :
!.devcontainer/reinstall-cmake.sh
so it will let to copy the script . I tryed and finally worked!