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: patch gomobile to sanitize xcrun output #13975

Merged
merged 1 commit into from
Sep 12, 2022

Conversation

jakubgs
Copy link
Member

@jakubgs jakubgs commented Sep 12, 2022

This resolves issues with weird status-go build errors like:

cgo: C compiler "2022-09-07" not found: exec: "2022-09-07": executable file not found in $PATH

Such errors are caused by xcrun spewing warnings to stdout. The PR to fix this issue permanently has been created but it might take a while before it's merged.

Fix PR: golang/mobile#84
Resolves: #13949

@jakubgs jakubgs requested a review from a team September 12, 2022 09:56
@jakubgs jakubgs self-assigned this Sep 12, 2022
@status-im-auto
Copy link
Member

status-im-auto commented Sep 12, 2022

Jenkins Builds

Click to see older builds (4)
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 6bd6781 #1 2022-09-12 09:59:42 ~2 min tests 📦log
✔️ 6bd6781 #1 2022-09-12 10:07:50 ~10 min android 📦apk 📲
✔️ 6bd6781 #1 2022-09-12 10:08:00 ~10 min android-e2e 📦apk 📲
✔️ 6bd6781 #1 2022-09-12 10:12:55 ~15 min ios 📦ipa 📲
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ c0ff15b #2 2022-09-12 10:20:38 ~5 min tests 📦log
✔️ c0ff15b #2 2022-09-12 10:27:29 ~12 min android 📦apk 📲
✔️ c0ff15b #2 2022-09-12 10:28:11 ~13 min android-e2e 📦apk 📲
✔️ c0ff15b #2 2022-09-12 10:29:20 ~14 min ios 📦ipa 📲
✔️ 206deca #3 2022-09-12 10:41:37 ~10 min android-e2e 📦apk 📲
✔️ 206deca #3 2022-09-12 10:46:31 ~15 min ios 📦ipa 📲

@jakubgs jakubgs force-pushed the fix/gomobile-xcrun-parsing branch from 6bd6781 to c0ff15b Compare September 12, 2022 10:14
This resolves issues with weird `status-go` build errors like:
```
cgo: C compiler "2022-09-07" not found: exec: "2022-09-07": executable file not found in $PATH
```
Such errors are caused by `xcrun` spewing warnings to `stdout`. The PR
to fix this issue permanently has been created but it might take a while
before it's merged.

Fix PR: golang/mobile#84
Resolves: #13949

Signed-off-by: Jakub Sokołowski <[email protected]>
@jakubgs jakubgs force-pushed the fix/gomobile-xcrun-parsing branch from c0ff15b to 206deca Compare September 12, 2022 10:30
@jakubgs jakubgs merged commit 206deca into develop Sep 12, 2022
@jakubgs jakubgs deleted the fix/gomobile-xcrun-parsing branch September 12, 2022 10:30
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.

iOS status-go builds failing with C compiler not found
3 participants