-
Notifications
You must be signed in to change notification settings - Fork 13
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
Chore(workspaces): Move vm's to workspaces #8
Chore(workspaces): Move vm's to workspaces #8
Conversation
.gitignore
Outdated
workspaces/sp1/* | ||
workspaces/risc0/target | ||
workspaces/risc0/methods/* | ||
workspaces/sp1/* |
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.
duplicated sp1 workspace
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.
all files related to a particular proof generation should be ignored and not commited
.gitignore
Outdated
@@ -2,5 +2,14 @@ target/* | |||
target | |||
.tmp_guest | |||
.tmp_guest/* | |||
|
|||
workspaces/risc0/target | |||
workspaces/risc0/Cargo.lock |
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.
cargo.locks should not be ignored for binaries
Moves vm's to separate workspaces