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

Update anoncreds-rs to v0.1.0 #2283

Merged

Conversation

usingtechnology
Copy link
Contributor

updating references to the anoncreds lib to use the v0.1.0 release.

Signed-off-by: Jason Sherman <[email protected]>
@usingtechnology usingtechnology requested a review from dbluhm June 27, 2023 18:30
@@ -197,7 +197,7 @@ RUN pip3 install --no-cache-dir \
-r requirements.bbs.txt \
-r requirements.dev.txt \
-r requirements.anoncreds.txt
RUN curl -sL https://github.com/Indicio-tech/anoncreds-rs/releases/download/v0.1.0-dev.9/library-linux-x86_64.tar.gz | tar -xz -C /usr/local/lib/python3.9/site-packages/anoncreds/
RUN curl -sL https://github.com/hyperledger/anoncreds-rs/releases/download/v0.1.0/library-linux-x86_64.tar.gz | tar -xz -C /usr/local/lib/python3.9/site-packages/anoncreds/
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seeing that we now have a build on PyPI that includes bundled binaries (as of June 2; I had missed that until now 🙂), this separate step for retrieving the binary is no longer necessary and can be removed from each of the Dockerfiles

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, that answers a question I was going to pose later. Will remove those commands.

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@dbluhm dbluhm merged commit fc47942 into openwallet-foundation:anoncreds-rs Jun 27, 2023
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

Successfully merging this pull request may close these issues.

2 participants