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

Fixup xdr hash script #3663

Merged
merged 2 commits into from
Mar 3, 2023
Merged

Conversation

MonsieurNicolas
Copy link
Contributor

This fixes an issue where the script that we use to compute xdr hashes is not reliable on some platforms (MacOSX) because of a non standard interface.

This switches to using perl (that we already depend on) that is much more stable.

@2opremio
Copy link
Contributor

👍 I found myself replacing sed by gsed as a workaround in MacOS

sed and perl are mentioned in docs and used in scripts
sed is not portable - some platforms (OSX) do not behave like others
@sisuresh
Copy link
Contributor

sisuresh commented Mar 3, 2023

r+ b49c6bd

@latobarita latobarita merged commit 7b0f492 into stellar:master Mar 3, 2023
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