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
In yacl/crypto/ossl-provider/helper.h, the path returned by std::string GetProviderPath() should contain “execroot” and “bin”. But after bazel building, I do not find such paths.
Do they really exist? If they do not exist, how do the functions relying on std::string GetProviderPath() work?
The text was updated successfully, but these errors were encountered:
Sure, the paths do exist. The output directory layout could be found in this link.
Additionally, bazel-* is a link. (You could view the original files by using ls -lrt)
In yacl/crypto/ossl-provider/helper.h, the path returned by
std::string GetProviderPath()
should contain “execroot” and “bin”. But after bazel building, I do not find such paths.Do they really exist? If they do not exist, how do the functions relying on
std::string GetProviderPath()
work?The text was updated successfully, but these errors were encountered: