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
+ gen_capi_package
[07:19:56]W: [Step 1/1] + [[ '' == \O\N ]]
[07:19:56]W: [Step 1/1] + [[ OFF == \O\N ]]
[07:19:56]W: [Step 1/1] + printf 'If you need to install PaddlePaddle in de
velop docker image,'
[07:19:56]W: [Step 1/1] + printf 'please make install or pip install build/python/dist/.whl.\n'
[07:19:56] : [Step 1/1] If you need to install PaddlePaddle in develop docker image,please make install or pip install build/python/dist/.whl.
[07:19:56] : [Step 1/1]
When I use
paddle/scripts/docker/build.sh
to generate c-api package, it crashed attar
.This error is also encountered here.
The reason that #7237 passed the PR_CI is that
WITH_C_API
was disabled, so it did not actually run into functiongen_capi_package
.As teamcity build log 9644 for #7237 shows:
how to reproduce this issue:
use below script:
The text was updated successfully, but these errors were encountered: