From 6ffe938be53b97974e2a6272195c4eb7d53f6e9a Mon Sep 17 00:00:00 2001 From: Volodymyr Kit Date: Tue, 7 Jan 2025 20:00:04 +0200 Subject: [PATCH] chore(sdk): skip unit tests for custom go build (#862) * chore(sdk): skip[ unit tests for custom golang build Signed-off-by: Volodymyr Kit * chore(sdk): build on every push Signed-off-by: Volodymyr Kit * chore(sdk): do not patch golang Signed-off-by: Volodymyr Kit --------- Signed-off-by: Volodymyr Kit --- .github/workflows/release.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e2960640..b265fd8f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,9 +34,8 @@ jobs: cd goroot 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 + cd src && ./make.bash - name: Derive the new version run: | echo "new version" @@ -101,9 +100,8 @@ jobs: cd goroot 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 + cd src && ./make.bash - name: Derive the new version run: | echo "new version"