anishsapkota commented on PR #1843: URL: https://github.com/apache/systemds/pull/1843#issuecomment-1714159860
> We call this script in the beginning of building [ docker/entrypoint.sh](https://github.com/apache/systemds/blob/74be3fcdba8ec1015b860ce4f5a9a6758c306ac9/docker/entrypoint.sh) > > can it be that: > > ``` > cd /github/workspace/src/main/cpp > ./build.sh > cd /github/workspace > ``` > > does not build your binaries? how can I verify that? there were old binaries in the lib folder. When the git tests run, it should build new ones and replace the old one with it right ? even if this doesn't happen, the System.load() should load the old binaries that are present in cpp/lib and throw some error that says it could not find the native implementations. -- 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]
