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 CI to checkout solidity submodules #154

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

r0qs
Copy link
Member

@r0qs r0qs commented Aug 21, 2024

@@ -69,6 +69,7 @@ jobs:
ref: v${{ env.SOLIDITY_VERSION }}
path: solidity/
fetch-depth: 0
submodules: 'recursive'
Copy link
Member Author

Choose a reason for hiding this comment

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

This action seems to be deactivated, but I added the option here anyway for sanity.

@r0qs r0qs requested a review from aarlt August 21, 2024 10:16
@@ -88,6 +89,7 @@ jobs:
with:
repository: 'ethereum/solidity'
path: 'solidity/'
submodules: 'recursive'
Copy link
Member Author

Choose a reason for hiding this comment

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

This may not be required here either. No build is done here.

Copy link
Member

@clonker clonker left a comment

Choose a reason for hiding this comment

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

Don't think it hurts to have a couple more recursive flags than absolutely necessary.

@r0qs r0qs merged commit 2e2e72d into gh-pages Aug 26, 2024
7 checks passed
@r0qs r0qs deleted the checkout-solidity-submodules branch August 26, 2024 09:14
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.

Recursively clone solidity repository on solc-bin nightly builds.
2 participants