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(Windows): unbreak Windows build #12840

Merged
merged 1 commit into from
Nov 23, 2023
Merged

Conversation

caybro
Copy link
Member

@caybro caybro commented Nov 23, 2023

a feeble attempt to make M$ compiler grok otherwise valid C++17 code

What does the PR do

Unbreaks Windows build

a feeble attempt to make M$ compiler grok otherwise valid C++17 code
@caybro caybro linked an issue Nov 23, 2023 that may be closed by this pull request
@status-im-auto
Copy link
Member

status-im-auto commented Nov 23, 2023

Jenkins Builds

Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ ba752fc #1 2023-11-23 10:05:56 ~7 min macos/aarch64 🍎dmg
✔️ ba752fc #1 2023-11-23 10:10:23 ~12 min macos/x86_64 🍎dmg
✔️ ba752fc #1 2023-11-23 10:10:43 ~12 min tests/nim 📄log
✔️ ba752fc #1 2023-11-23 10:29:40 ~31 min tests/ui 📄log
✔️ ba752fc #1 2023-11-23 10:38:04 ~39 min windows/x86_64 💿exe
✔️ ba752fc #3 2023-11-23 11:10:41 ~5 min macos/aarch64 🍎dmg
✔️ ba752fc #3 2023-11-23 11:12:04 ~6 min tests/nim 📄log
✔️ ba752fc #3 2023-11-23 11:13:28 ~8 min macos/x86_64 🍎dmg
✔️ ba752fc #4 2023-11-23 11:23:24 ~18 min linux/x86_64 📦tgz
✔️ ba752fc #3 2023-11-23 11:27:36 ~22 min windows/x86_64 💿exe
ba752fc #3 2023-11-23 11:40:13 ~34 min tests/ui 📄log
✖️ ba752fc #3 2023-11-23 12:13:50 ~1 hr 8 min tests/e2e 📄log
✔️ ba752fc #4 2023-11-23 12:22:44 ~28 min tests/ui 📄log
✔️ ba752fc #4 2023-11-23 13:17:33 ~55 min tests/e2e 📄log
✔️ 20282ba #2 2023-11-23 10:45:16 ~4 min macos/aarch64 🍎dmg
✔️ 20282ba #2 2023-11-23 10:49:20 ~8 min tests/nim 📄log
✔️ 20282ba #2 2023-11-23 10:49:48 ~9 min macos/x86_64 🍎dmg
20282ba #2 2023-11-23 11:01:29 ~20 min windows/x86_64 📄log

Copy link
Member

@micieslak micieslak left a comment

Choose a reason for hiding this comment

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

LGTM, but it would be nice to force msvc to accept it somehow if possible :)

@caybro caybro marked this pull request as ready for review November 23, 2023 11:56
@caybro
Copy link
Member Author

caybro commented Nov 23, 2023

LGTM, but it would be nice to force msvc to accept it somehow if possible :)

Yeah, feel free to experiment with the cmake options/switches... I failed :/ Maybe the MSVC compiler version is simply too old, dunno. What version are we using here @jakubgs ?

@caybro caybro merged commit fdc36b7 into master Nov 23, 2023
8 of 9 checks passed
@caybro caybro deleted the 12839-windows-build-is-broken branch November 23, 2023 13:32
@jakubgs
Copy link
Member

jakubgs commented Nov 24, 2023

@caybro
Copy link
Member Author

caybro commented Nov 24, 2023

@caybro you can look those things up yourself in: https://github.com/status-im/status-desktop/blob/master/scripts/windows_build_setup.ps1

Thanks, seems to be "14.29.30133"

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.

Windows build is broken
5 participants