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 and Linux CI builds #100

Merged
merged 13 commits into from
Jun 7, 2024
Merged

Fix Windows and Linux CI builds #100

merged 13 commits into from
Jun 7, 2024

Conversation

sudara
Copy link
Owner

@sudara sudara commented Jun 7, 2024

Both Linux and Windows broke again.

So I'm on a campaign to make things more conservative, defend against unintentional breakage.

Linux had some big drama over gcc and clang etc, see actions/runner-images#8659 — it seems to work now with the hack removed.

Windows broke because of actions/runner-images#9990 aka Version 20240603.1.1 — everything was green on Version: 20240514.3.0.

All I know is the benchmarks binary breaks in CI and it can't be reproduced locally. See also https://forum.juce.com/t/fr-improve-the-performance-of-building-juceaide-by-forwarding-compiler-launcher-cmake-args/61543/2?u=sudara

Things looked into:

  • JUCE version (no)
  • Updating Catch2 version (no)
  • Clang vs. MSVC (switched to MSVC but didn't help)
  • ctest version (3.29.3 on GA)
    • couldn't reproduce locally...
    • removing ctest didn't help
  • ctest parallelism
    • removing -j4 didn't help
    • -j1 didn't help
  • update visual studio locally to same as runner (17.10.34928.147)

Edit: found the windows issue, it's actions/runner-images#10004

@sudara sudara changed the title Bump catch Fix CI Builds and bump dependencies Jun 7, 2024
@sudara sudara mentioned this pull request Jun 7, 2024
@vberthiaume
Copy link

I can't speak to the mac and windows builds because I'm not setup to do code-signing, but this does resolve the linux issue #101 for me 🎉

@sudara sudara changed the title Fix CI Builds and bump dependencies Fix Windows and Linux CI builds Jun 7, 2024
@sudara sudara merged commit 44a0375 into main Jun 7, 2024
8 checks passed
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.

Fix sccache support in CI linux build broken?
2 participants