From 9292f0f1eeb7bf65cef95de01ffa27467bc23ce5 Mon Sep 17 00:00:00 2001 From: Volodymyr Kit Date: Tue, 7 Jan 2025 17:45:42 +0200 Subject: [PATCH] fix(sdk): gomobile crashes on android Signed-off-by: Volodymyr Kit --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b1a5ca1b..e2960640 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: | @@ -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: |