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: failing macos build, wrong arch, missing wallet #4905

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

LesnyRumcajs
Copy link
Member

Summary of changes

Changes introduced in this pull request:

  • fixes failing build for MacOS (missing Go setup),
  • fixes wrong architecture for the build (macos-latest moved to arm-based workers)
  • fixes missing wallet binary.

Reference issue to close (if applicable)

Closes

Other information and links

Change checklist

  • I have performed a self-review of my own code,
  • I have made corresponding changes to the documentation. All new code adheres to the team's documentation standards,
  • I have added tests that prove my fix is effective or that my feature works (if possible),
  • I have made sure the CHANGELOG is up-to-date. All user-facing changes should be reflected in this document.

@LesnyRumcajs LesnyRumcajs requested a review from a team as a code owner October 16, 2024 13:49
@LesnyRumcajs LesnyRumcajs requested review from elmattic and sudo-shashank and removed request for a team October 16, 2024 13:49
- name: Cargo Build
run: cargo build --release --bin forest --bin forest-cli --bin forest-tool
run: cargo build --release --bin forest --bin forest-cli --bin forest-tool --bin forest-wallet
Copy link
Contributor

Choose a reason for hiding this comment

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

why not make install

Copy link
Member Author

Choose a reason for hiding this comment

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

Good point. I'll go ahead and simplify it.

@LesnyRumcajs LesnyRumcajs marked this pull request as draft October 16, 2024 13:52
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