Skip to content

Commit

Permalink
fix(sdk): gomobile crashes on android
Browse files Browse the repository at this point in the history
Signed-off-by: Volodymyr Kit <[email protected]>
  • Loading branch information
justakit committed Jan 7, 2025
1 parent b6f80ed commit 9292f0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
git checkout go1.23.4
cp ../wallet-sdk/cmd/wallet-sdk-gomobile/gopatches/* ./
git apply cmd_cgo__fix_unaligned_arguments_typedmemmove_crash_on_iOS.patch
git revert 3560cf0afb3c29300a6c88ccd98256949ca7a6f6
cd src && ./all.bash
- name: Derive the new version
run: |
Expand Down Expand Up @@ -101,6 +102,7 @@ jobs:
git checkout go1.23.4
cp ../wallet-sdk/cmd/wallet-sdk-gomobile/gopatches/* ./
git apply cmd_cgo__fix_unaligned_arguments_typedmemmove_crash_on_iOS.patch
git revert 3560cf0afb3c29300a6c88ccd98256949ca7a6f6
cd src && ./all.bash
- name: Derive the new version
run: |
Expand Down

0 comments on commit 9292f0f

Please sign in to comment.