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

[Merged by Bors] - CI fix: move download web3signer binary out of build script #4163

Closed

Conversation

jimmygchen
Copy link
Member

@jimmygchen jimmygchen commented Apr 4, 2023

Issue Addressed

Attempt to fix #3812

Proposed Changes

Move web3signer binary download script out of build script to avoid downloading unless necessary. If this works, it should also reduce the build time for all jobs that runs compilation.

@jimmygchen jimmygchen added the work-in-progress PR is a work-in-progress label Apr 4, 2023
@jimmygchen jimmygchen marked this pull request as ready for review April 5, 2023 04:23
@jimmygchen
Copy link
Member Author

@michaelsproul I've moved the download out of the build script to the tests, and it seems to be working! There's one job failure due to port conflicts in the eth1 simulator tests, but I don't think it's related to the change.

@jimmygchen jimmygchen added ready-for-review The code is ready for review and removed work-in-progress PR is a work-in-progress labels Apr 5, 2023
@jimmygchen jimmygchen added the test improvement Improve tests label Apr 5, 2023
Copy link
Member

@michaelsproul michaelsproul left a comment

Choose a reason for hiding this comment

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

Looks great! Thanks for taking the initiative on this!

testing/web3signer_tests/src/lib.rs Outdated Show resolved Hide resolved
@michaelsproul michaelsproul added waiting-on-author The reviewer has suggested changes and awaits thier implementation. and removed ready-for-review The code is ready for review labels Apr 6, 2023
@jimmygchen jimmygchen added ready-for-review The code is ready for review and removed waiting-on-author The reviewer has suggested changes and awaits thier implementation. labels Apr 6, 2023
@michaelsproul michaelsproul added ready-for-merge This PR is ready to merge. and removed ready-for-review The code is ready for review labels Apr 6, 2023
@michaelsproul
Copy link
Member

Nice! Let's go!

bors r+

bors bot pushed a commit that referenced this pull request Apr 6, 2023
## Issue Addressed

Attempt to fix #3812 

## Proposed Changes

Move web3signer binary download script out of build script to avoid downloading unless necessary. If this works, it should also reduce the build time for all jobs that runs compilation.
@bors bors bot changed the title CI fix: move download web3signer binary out of build script [Merged by Bors] - CI fix: move download web3signer binary out of build script Apr 6, 2023
@bors bors bot closed this Apr 6, 2023
ghost pushed a commit to oone-world/lighthouse that referenced this pull request Jul 13, 2023
## Issue Addressed

Attempt to fix sigp#3812 

## Proposed Changes

Move web3signer binary download script out of build script to avoid downloading unless necessary. If this works, it should also reduce the build time for all jobs that runs compilation.
Woodpile37 pushed a commit to Woodpile37/lighthouse that referenced this pull request Jan 6, 2024
## Issue Addressed

Attempt to fix sigp#3812 

## Proposed Changes

Move web3signer binary download script out of build script to avoid downloading unless necessary. If this works, it should also reduce the build time for all jobs that runs compilation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-for-merge This PR is ready to merge. test improvement Improve tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants