Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nix: add missing args to gcroots.sh script #11051

Merged
merged 2 commits into from
Aug 6, 2020
Merged

Conversation

jakubgs
Copy link
Member

@jakubgs jakubgs commented Aug 6, 2020

This should fix the following error showing up on MacOS:

error: assertion ((__lessThan  0)  ((builtins).stringLength  watchmanSockPath))
failed at /Users/jenkins/repos/status-react/nix/mobile/android/watchman.nix:8:9

Which was caused by flags like --argstr not being passed.

Also added --console=plain for Gradle call in Nix.

@jakubgs jakubgs added the nix label Aug 6, 2020
@jakubgs jakubgs requested a review from a team August 6, 2020 12:25
@jakubgs jakubgs self-assigned this Aug 6, 2020
@status-im-auto
Copy link
Member

status-im-auto commented Aug 6, 2020

Jenkins Builds

Commit #️⃣ Finished (UTC) Duration Platform Result
7314928 #1 2020-08-06 12:30:38 ~4 min android 📄log
7314928 #1 2020-08-06 12:31:18 ~5 min android-e2e 📄log
✔️ 2440c31 #3 2020-08-06 12:55:20 ~20 min android-e2e 📦apk 📲
✔️ 2440c31 #3 2020-08-06 13:03:42 ~28 min android 📦apk 📲
✔️ 2440c31 #3 2020-08-06 13:11:08 ~35 min ios 📦ipa 📲

Signed-off-by: Jakub Sokołowski <jakub@status.im>
@jakubgs jakubgs force-pushed the fix-gcroots-args branch 2 times, most recently from 4aae856 to 2440c31 Compare August 6, 2020 12:35
This should fix the following error showing up on MacOS:
```
error: assertion ((__lessThan  0)  ((builtins).stringLength  watchmanSockPath))
failed at /Users/jenkins/repos/status-react/nix/mobile/android/watchman.nix:8:9
```
Which was caused by flags like `--argstr` not being passed.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
@jakubgs jakubgs merged commit 6872234 into develop Aug 6, 2020
@jakubgs jakubgs deleted the fix-gcroots-args branch August 6, 2020 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants