secretflow/yacl

Problem in yacl/crypto/ossl-provider/helper.h

maths644311798 opened this issue · 2 comments

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?

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)

OK, I see the execroot paths in ~/.cache/bazel/_bazel_root/...