sebwrede commented on code in PR #1721: URL: https://github.com/apache/systemds/pull/1721#discussion_r1013702132
########## docker/entrypoint.sh: ########## @@ -22,6 +22,8 @@ # A script to execute the tests inside the docker container. +cd /github/workspace/src/main/cpp +./build.sh Review Comment: It takes around 20 seconds. We anyway build SystemDS every time, so I don't think it is out of place to build the dependencies first. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
