This repository was archived by the owner on Jun 14, 2023. It is now read-only.
Open
Conversation
added 7 commits
July 8, 2022 13:48
- Move package / version parsing into a separate function - Add --pirita CLI flag for downloading PiritaFiles - Prepare downloading PiritaFile information in GraphQL
be5b594 to
db216c9
Compare
added 3 commits
July 15, 2022 10:53
…kages This splits the GraphQL code for querying the file URL for downloading a package into a separate crate, so that the code doesn't have to be duplicated across packages.
added 2 commits
July 18, 2022 18:44
syrusakbary
reviewed
Jul 18, 2022
added 10 commits
August 11, 2022 17:35
Contributor
Author
|
@syrusakbary only linux-aarch64 is not passing, we wanted to transfer this to wapm-cli-private |
Contributor
Author
|
Tests will be green again after #266 will be merged. |
767cd4e to
5a9bc6d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR enables support of
PiritaFiles with theUSE_PIRITA=1flag, which will force the CLIto install the packages in the
PiritaFileformat (and convert them if backend support isn't there yet).After conversion, a command is created in the
/wapm_packages/.bin/commandto help withauto-completion later on.
Fixes https://github.com/wasmerio/pirita/issues/17