Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
maths644311798 opened this issue Mar 26, 2024 · 2 comments
Closed

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

maths644311798 opened this issue Mar 26, 2024 · 2 comments
Assignees

Comments

@maths644311798
Copy link
Contributor

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?

@liang-xiaojian
Copy link
Collaborator

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)

@liang-xiaojian liang-xiaojian self-assigned this Mar 26, 2024
@maths644311798
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants