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

Fix CI build for ios, java libvcx wrappers #916

Closed
Patrik-Stas opened this issue Jul 27, 2023 · 1 comment
Closed

Fix CI build for ios, java libvcx wrappers #916

Patrik-Stas opened this issue Jul 27, 2023 · 1 comment

Comments

@Patrik-Stas
Copy link
Contributor

Upon switching ledger client from vdrtools implementation to indy-vdr #914 this change indirectly broke ios and android libvcx builds.

ios:
https://github.com/hyperledger/aries-vcx/actions/runs/5679442605/job/15391619578
android device:
https://github.com/hyperledger/aries-vcx/actions/runs/5679442605/job/15391873148
android emulator:
https://github.com/hyperledger/aries-vcx/actions/runs/5679442605/job/15391873323

It seems like issue is related to cmake. Similar reports on the internet sometimes refer to simply updating cmake version. The change also caused problem with linux-musl build of aries-vcx, which got solved by unsetting CXX and CC env variables, which apparently pointed the instance of cmake wrong direction. The same fix didn't work for the jobs above, but chances are that it will be something similar.

@Patrik-Stas
Copy link
Contributor Author

These components has been removed, see #943

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

1 participant