You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Otherwise CI builds were failing with :
```
github.com/status-im/status-go/mobile/requests
github.com/status-im/status-go/server/pairing/preflight
github.com/status-im/status-go/mobile
gobind/gobind
gobind/gobind
/nix/store/9cimpd18hk5dly63v76nwjdfc6h284bm-gomobile-0-unstable-2024-12-13/bin/gomobile: open build/bin/statusgo.aar: no such file or directory
make: *** [Makefile:186: statusgo-android] Error 1
```
failing CI job : https://ci.status.im/blue/organizations/jenkins/status-go%2Fprs%2Fandroid/detail/PR-6612/13/pipeline/
I tried to build manually on `linux-02` and got the same failure, also this build directory was absent.
```
bash-5.2$ ls -la build/ 2>/dev/null || echo "build directory doesn't exist"
build directory doesn't exist
```
also fixes : #6579
0 commit comments