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: various fixes for "Build and test library" action #91

Merged
merged 3 commits into from
Oct 4, 2024

Conversation

UdjinM6
Copy link

@UdjinM6 UdjinM6 commented Sep 20, 2024

No description provided.

@UdjinM6 UdjinM6 force-pushed the fix_macos_test_build branch from 9c63388 to 738d187 Compare September 20, 2024 23:15
@UdjinM6 UdjinM6 changed the title fix: use macos-latest for test build fix: various fixes for "Build and test library" action Sep 20, 2024
@UdjinM6 UdjinM6 force-pushed the fix_macos_test_build branch 4 times, most recently from f713ec9 to 738d187 Compare September 21, 2024 00:05
@UdjinM6 UdjinM6 marked this pull request as ready for review September 21, 2024 00:14
@UdjinM6
Copy link
Author

UdjinM6 commented Sep 25, 2024

NOTE: Go bindings are still broken. This is expected and out of the scope for this PR.

Copy link
Collaborator

@kwvg kwvg left a comment

Choose a reason for hiding this comment

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

ACK 738d187

Copy link
Member

@PastaPastaPasta PastaPastaPasta left a comment

Choose a reason for hiding this comment

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

LGTM 738d187

@PastaPastaPasta PastaPastaPasta merged commit b242871 into dashpay:develop Oct 4, 2024
44 of 54 checks passed
# in expected paths because they may conflict with system files. Ask
# Homebrew where each one is located, then adjust paths accordingly.
gmp_prefix=`$BREW --prefix gmp 2>/dev/null`
if test x$gmp_prefix != x; then
Copy link

Choose a reason for hiding this comment

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

better to have "" around variables, such as if test "x$gmp_prefix" != x; then but that's moved code, so let it be as it is

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.

4 participants