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

fix_: no mailservers found #5089

Closed
wants to merge 1 commit into from
Closed

Conversation

jo-mut
Copy link
Member

@jo-mut jo-mut commented Apr 24, 2024

Closes #5090

@status-im-auto
Copy link
Member

status-im-auto commented Apr 24, 2024

Jenkins Builds

Click to see older builds (4)
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 9ebcb01 #1 2024-04-24 15:02:27 ~4 min linux 📦zip
✔️ 9ebcb01 #1 2024-04-24 15:02:52 ~4 min ios 📦zip
✔️ 9ebcb01 #1 2024-04-24 15:03:45 ~5 min android 📦aar
✖️ 9ebcb01 #1 2024-04-24 15:38:43 ~40 min tests 📄log
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 539549b #2 2024-04-25 07:43:13 ~2 min android 📦aar
✔️ 539549b #2 2024-04-25 07:43:59 ~3 min ios 📦zip
✔️ 539549b #2 2024-04-25 07:44:37 ~4 min linux 📦zip
✔️ 539549b #2 2024-04-25 08:22:02 ~41 min tests 📄log
✔️ e6e109d #3 2024-04-25 11:53:12 ~2 min linux 📦zip
✔️ e6e109d #3 2024-04-25 11:53:59 ~3 min ios 📦zip
✔️ e6e109d #3 2024-04-25 11:57:32 ~6 min android 📦aar
✔️ e6e109d #3 2024-04-25 12:31:11 ~40 min tests 📄log

@jo-mut jo-mut force-pushed the fix_/store-nodes-not-available-ios branch from 9ebcb01 to 539549b Compare April 25, 2024 07:40
@@ -27,8 +27,9 @@ import (
const defaultBackoff = 10 * time.Second
const graylistBackoff = 3 * time.Minute
const isAndroidEmulator = runtime.GOOS == "android" && runtime.GOARCH == "amd64"
const isIosEmulator = runtime.GOOS == "ios" && runtime.GOARCH == "arm64"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jo-mut : can you check if this will work for folks running iOS Simulators on intel macbooks?
cc @shivekkhurana

@jo-mut jo-mut force-pushed the fix_/store-nodes-not-available-ios branch from 539549b to e6e109d Compare April 25, 2024 11:50
@jo-mut
Copy link
Member Author

jo-mut commented Apr 25, 2024

this has been resolved in #5093 therefore am closing this pr

@jo-mut jo-mut closed this Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Store nodes are not found on IOS
3 participants