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

Disable ASR by default #649

Merged
merged 4 commits into from
Jan 9, 2025

Conversation

jesswong
Copy link
Contributor

@jesswong jesswong commented Jan 6, 2025

In the old implementation, ASR tracking was disabled by default for all builds except linux. This was changed when ASR tracking via a vector was added. This caused windows to crash, probably due to static order initialization fiasco.

We don't support windows for async stacks anyways, so this PR just disables that option for all builds except linux unless you explicitly opt in.

@jesswong jesswong requested a review from ispeters January 6, 2025 18:05
@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jan 6, 2025
Copy link
Contributor

@rileyberton rileyberton left a comment

Choose a reason for hiding this comment

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

LGTM.

@jesswong jesswong merged commit 48072b0 into facebookexperimental:main Jan 9, 2025
53 checks passed
@jesswong jesswong deleted the fix-windows-build branch January 9, 2025 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants