Skip to content

Dev: fix darwin universal targets#6383

Merged
gmalouf merged 2 commits intoalgorand:masterfrom
onetechnical:fix-darwin-again
Jul 17, 2025
Merged

Dev: fix darwin universal targets#6383
gmalouf merged 2 commits intoalgorand:masterfrom
onetechnical:fix-darwin-again

Conversation

@onetechnical
Copy link
Copy Markdown
Contributor

Summary

After #6378 the universal targets for darwin builds was broken, due to the GOBIN refactoring.

This PR cleans this up by explicitly copying the NONGO_BIN files. Additionally, the clean target was edited to remove the cross-compilation directories.

Test Plan

Ran the following targets locally, after removing $GOBIN, $GOBIN-darwin-arm64, and $GOBIN-darwin-amd64 directories.

  • make
  • make install
  • make universal
  • make ci-build-universal

@onetechnical onetechnical self-assigned this Jul 17, 2025
@codecov
Copy link
Copy Markdown

codecov bot commented Jul 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 50.42%. Comparing base (343d3dd) to head (31ece3f).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6383      +/-   ##
==========================================
- Coverage   50.62%   50.42%   -0.21%     
==========================================
  Files         660      653       -7     
  Lines      110513   110415      -98     
==========================================
- Hits        55943    55672     -271     
- Misses      51715    51879     +164     
- Partials     2855     2864       +9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@gmalouf gmalouf merged commit 61e4a7e into algorand:master Jul 17, 2025
32 of 33 checks passed
@onetechnical onetechnical deleted the fix-darwin-again branch July 17, 2025 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants