Closed rach-id closed 9 months ago
This fixes build error, how can we get someone to look at this?
If someone is interested in merging this, I can fix the pipelines :D
@SweeXordious, You need to add DCO sign-off to your commits. Details here; https://github.com/hyperledger/indy-sdk/pull/2438/checks?check_run_id=4056269767
@WadeBarnes Can you please let me know why the CI is not passing ? I don't have access to jenkins
@WadeBarnes Can you please let me know why the CI is not passing ? I don't have access to jenkins
It's a rust (cargo) version issue that is failing the builds. https://github.com/hyperledger/indy-sdk/pull/2452#issuecomment-988177968
More specifically; https://github.com/hyperledger/indy-sdk/issues/2460
Thanks, will wait until it's fixed then rebase
A fix for the build issues has been implemented (https://github.com/hyperledger/indy-sdk/pull/2470). Please rebase this PR on the latest from the main branch so it is no longer blocked by the related build issues.
@SweeXordious, Sorry, it looks like the merge from another PR has created a conflict with your change. Could you please review.
@WadeBarnes Thanks for letting me know. Conflicts resolved.
Ubuntu 16.04 still installs
Python:2.7
andpip
. Thus, thegetting-started
docker image doesn't build as expected. So, an update toUbuntu:20.04
is needed for the images to build successfully.