Maharshi Basu
Maharshi Basu
This is the path expected by Cmake for the `CmakeOutput.log`: ` /home/c3c/source/build/CMakeFiles/CMakeOutput.log` However, the `build-with-docker.sh` script already has the command `mkdir -p build bin` which creates these directories.
I suspect the docker container is running as a non-root user, and the script is trying to write to a directory that the user doesn't have write permissions to. I'm...
I am adding the `chmod` and `chown` commands directly in the `build-with-docker.sh` script. This should provide the necessary permissions to write a file inside the `build` directory.
Failed again. It must be a permission error because the `build` and `bin` directory gets created when I run the script locally.
This looks right
This is for the issue analysis and label generation feature. To add these features to the GitHub bot