-
Notifications
You must be signed in to change notification settings - Fork 284
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
Add FAQ #634
base: main
Are you sure you want to change the base?
Add FAQ #634
Conversation
Make sure that you are running the latest version of `solana-verify` (at least as recent as 0.3.0 or higher). You can update by running `cargo install solana-verify`. | ||
Now run `solana-verify verify-from-repo --remote ...` again. | ||
Now on failure you should see a logs url (like `https://verify.osec.io/logs/<uuid>`) that may help debug your build. | ||
If there is still a problem, please open an issue on https://github.com/Ellipsis-Labs/solana-verifiable-build with your logs url. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Who will be managing these?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wdym? Managing what in particular?
|
||
However, if you get the error `Error: Error verifying program. Err(Failed to parse output)` while attempting to verify your program, | ||
then it is likely that you need to specify the mount path to your program's workspace. | ||
This can be set by specifying `--mount-path <path/to/program-dir>`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And make sure you are using the correct --library-name i think that was the actual problem squads ran into.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also need to run pnpm prettier:fix
i think
This pull request has been automatically marked as stale because it has not had recent activity. Remove stale label or comment or this will be closed in 7 days. |
Problem
Missing common pathways to debug
Summary of Changes
Add debugging FAQ
Fixes #