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
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.
The text was updated successfully, but these errors were encountered:
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
andCC
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.The text was updated successfully, but these errors were encountered: