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

Fix build_status path in packaging #1668

Merged

Conversation

bricerisingalgorand
Copy link
Contributor

Summary

I missed a variable that needed to be added to the loop that packages all of our linux artifacts. This change places the file in the correct directory

Test Plan

I ran a build/package and saw that it's not in the correct path

onetechnical
onetechnical previously approved these changes Oct 29, 2020
btoll
btoll previously approved these changes Oct 29, 2020
egieseke
egieseke previously approved these changes Oct 29, 2020
Copy link
Contributor

@egieseke egieseke left a comment

Choose a reason for hiding this comment

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

Looks good!

@onetechnical onetechnical changed the base branch from master to rel/beta October 29, 2020 17:25
@onetechnical onetechnical dismissed stale reviews from egieseke and btoll October 29, 2020 17:25

The base branch was changed.

btoll
btoll previously approved these changes Oct 29, 2020
@btoll btoll dismissed their stale review October 29, 2020 17:41

Didn't see that there was a problem with changing branches.

egieseke
egieseke previously approved these changes Oct 29, 2020
Copy link
Contributor

@egieseke egieseke left a comment

Choose a reason for hiding this comment

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

Looks good.

PKG_DIR was getting set in this script prior to the loop that iterates over all os/arch builds. This was causing the build_status files to be placed into incorrect directories. I fixed this and removed the redundent OUTPUT_DIR var
@algojohnlee algojohnlee merged commit f9ce051 into algorand:rel/beta Oct 29, 2020
tsachiherman pushed a commit to tsachiherman/go-algorand that referenced this pull request Jul 7, 2021
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.

5 participants