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

Add zkevm-proverjs as a submodule #88

Merged
merged 3 commits into from
Nov 16, 2023
Merged

Add zkevm-proverjs as a submodule #88

merged 3 commits into from
Nov 16, 2023

Conversation

aborg-dev
Copy link

This PR adds zkevm-proverjs as a submodule

This simplifies the development setup both locally and on CI, as we
don't need to clone zkevm-proverjs as an explicit step.

Given that we don't plan to directly merge back into wasmtime upstream, I think it's fine to deviate in more major ways from the existing test infrastructure if this gives us productivity gains.

@@ -42,6 +42,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: actions/setup-node@v3
with:
node-version: '20.8.0'
Copy link
Collaborator

Choose a reason for hiding this comment

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

Line below can remove the --install-zkwasm argument.

Copy link
Author

Choose a reason for hiding this comment

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

Good catch, done!

This simplifies the development setup both locally and on CI, as we
don't need to clone zkevm-proverjs as an explicit step.

Given that we don't plan to directly merge back into wasmtime upstream,
I think it's fine to deviate in more major ways from the existing test
infrastructure if this gives us productivity gains.
@aborg-dev aborg-dev enabled auto-merge November 16, 2023 13:17
@aborg-dev aborg-dev added this pull request to the merge queue Nov 16, 2023
Merged via the queue into main with commit 303626b Nov 16, 2023
@aborg-dev aborg-dev deleted the zkevm_submodule branch November 16, 2023 13:55
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