Skip to content

Conversation

@jpnurmi
Copy link
Collaborator

@jpnurmi jpnurmi commented Oct 27, 2025

Reduces the CI round-trip time from 2+ hours to less than 1 hour.

Samples

The iOS target platform check in samples/Directory.Build.props did not work as expected. Sentry.Samples.Ios and Sentry.Samples.Maui were built with MtouchUseLlvm=true. We can remove the redundant iOS target platform check because the property is only applicable to iOS, tvOS, and Mac Catalyst, and never enabled by default on Mac Catalyst.

MtouchUseLlvm

A boolean property that specifies whether AOT compilation should be done using LLVM.

Applicable to iOS, tvOS and Mac Catalyst projects.

Default:

  • On iOS and tvOS: enabled for Release builds (where Configuration="Release").
  • On Mac Catalyst: never enabled by default.

https://learn.microsoft.com/en-us/dotnet/ios/building-apps/build-properties#mtouchusellvm

Tests

The property was already set for Sentry.Maui.Device.IntegrationTestApp. Now, it is also set for Sentry.Maui.Device.TestApp and the dynamically created maui-app integration test.

See also

@codecov
Copy link

codecov bot commented Oct 27, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (version6@382fa2e). Learn more about missing BASE report.

Additional details and impacted files
@@             Coverage Diff             @@
##             version6    #4677   +/-   ##
===========================================
  Coverage            ?   73.16%           
===========================================
  Files               ?      480           
  Lines               ?    17354           
  Branches            ?     3424           
===========================================
  Hits                ?    12697           
  Misses              ?     3807           
  Partials            ?      850           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jpnurmi jpnurmi marked this pull request as ready for review October 28, 2025 08:43
Copy link
Collaborator

@jamescrosswell jamescrosswell left a comment

Choose a reason for hiding this comment

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

Nice!

@jamescrosswell jamescrosswell merged commit 8bd302b into version6 Oct 28, 2025
32 checks passed
@jamescrosswell jamescrosswell deleted the ci/speedup branch October 28, 2025 09:01
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.

3 participants