Skip to content

Conversation

@yusinto
Copy link
Contributor

@yusinto yusinto commented Jul 17, 2023

The workaround to replace sdk versions in replace-version.sh does not work locally on OS X because the sed command is not posix compliant. This breaks yarn build locally on os x.

On os x, sed -i expects the next argument to a backup file extension.
On Linux/Unix, it does not.

This ticket implements a workaround for the workaround. As you can see, this is a rabbit hole which eventually is best solved by not using this script at all.

@shortcut-integration
Copy link

This pull request has been linked to Shortcut Story #209890: Fix sed warning in because of replacing LD_VERSION.

@yusinto yusinto requested a review from monsagri July 17, 2023 18:15
@yusinto yusinto requested a review from kinyoklion July 17, 2023 18:58
@yusinto yusinto merged commit 85ca69b into main Jul 17, 2023
@yusinto yusinto deleted the yus/sc-209890/fix-sed-warning-in-becaues-of-replacing-ld branch July 17, 2023 22:45
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.

3 participants