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

build: Fix CLI in Xcode Cloud by Disabling Link-time Optimizations #1855

Merged
merged 8 commits into from
Dec 5, 2023

Conversation

szokeasaurusrex
Copy link
Member

For whatever reason, when the Sentry CLI is compiled with link-time optimizations enabled, it hangs when run in Xcode Cloud and ends up resulting in a timeout error after c.a. 30 minutes. The CLI appears to run correctly if it is compiled without link-time optimizations, so by disabling these optimizations, we can fix the problem in Xcode Cloud.

Fixes GH-1820

Cargo.toml Outdated Show resolved Hide resolved
@szokeasaurusrex szokeasaurusrex merged commit 59fcf92 into master Dec 5, 2023
12 checks passed
@szokeasaurusrex szokeasaurusrex deleted the szokeasaurusrex/check-revert-optimizations branch December 5, 2023 16:44
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.

Debug files upload crashes when running as Xcode build phase on 2.21.4
2 participants