Skip to content
This repository was archived by the owner on Jul 22, 2026. It is now read-only.

nix: patch gomobile to sanitize xcrun output - #13975

Merged
jakubgs merged 1 commit into
developfrom
fix/gomobile-xcrun-parsing
Sep 12, 2022
Merged

nix: patch gomobile to sanitize xcrun output#13975
jakubgs merged 1 commit into
developfrom
fix/gomobile-xcrun-parsing

Conversation

@jakubgs

@jakubgs jakubgs commented Sep 12, 2022

Copy link
Copy Markdown
Member

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

status-im-auto commented Sep 12, 2022

Copy link
Copy Markdown
Member

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 <jakub@status.im>
@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 subscribe to this conversation on GitHub. Already have an account? Sign in.

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