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
Docker for some reason would be unable to compile and would kill the c++ process if its in Debug (it's also slower to compile)
More info here: https://llvm.org/docs/Docker.html
The text was updated successfully, but these errors were encountered:
The clang-format Dockerfile builds clang in Debug, it should probably build in Release:
https://github.com/Unibeautify/docker-beautifiers/blob/master/clang-format/Dockerfile#L19
Docker for some reason would be unable to compile and would kill the c++ process if its in Debug (it's also slower to compile)
More info here: https://llvm.org/docs/Docker.html
The text was updated successfully, but these errors were encountered: