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

tools: add block-generator into published build #5351

Merged
merged 1 commit into from May 2, 2023

Conversation

tzaffi
Copy link
Contributor

@tzaffi tzaffi commented May 2, 2023

Summary

Adding the block-generator into tools bundle.

Test Plan

Accepting suggestions regarding how to test. Once it's on master and the nightly channel has finished building, we can verify that this worked with the following commands:

❯ LATEST_TOOLS_TAR_BALL=$(aws s3 ls algorand-releases/channel/nightly/ | sort | tail -n 1 | awk '{print $NF}')echo $LATEST_TOOLS_TAR_BALL
tools_nightly_linux-arm64_3.16.1601.tar.gz

❯ aws s3 cp s3://algorand-releases/channel/nightly/$LATEST_TOOLS_TAR_BALL .
download: s3://algorand-releases/channel/nightly/tools_nightly_linux-arm64_3.16.1601.tar.gz to ./tools_nightly_linux-arm64_3.16.1601.tar.gz

# Inspect that block-generator is in the below list (not here yet...)
❯ tar -tzf $LATEST_TOOLS_TAR_BALL
algons
catchpointdump
cc_agent
cc_client
cc_service
COPYING
coroner
dispenser
dsign
loadgenerator
netgoal
nodecfg
pingpong
sysctl-all.sh
sysctl.sh

Copy link
Contributor

@onetechnical onetechnical left a comment

Choose a reason for hiding this comment

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

Seems reasonable...I don't think we test for the presence of these files now.

@winder winder merged commit e24a35a into algorand:master May 2, 2023
24 of 25 checks passed
@tzaffi tzaffi deleted the tools-publish-block-generator branch May 3, 2023 15:40
@tzaffi
Copy link
Contributor Author

tzaffi commented May 4, 2023

tar -tzf $LATEST_TOOLS_TAR_BALL

CONFIRMED:

❯ tar -tzf $LATEST_TOOLS_TAR_BALL
algons
block-generator
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants