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

Revert runtime snapshot fetching #6727

Merged
merged 2 commits into from
Jan 7, 2025

Conversation

eddyashton
Copy link
Member

Reverts #6700 and follow-up #6719.

This change had unintended consequences - linking curl pulls in a (dynamically-linked) nghttp2 which libcurl depends on. This is a very different version than what we have vendored, resulting in ABI mismatches and awkward segfaults.

For now, we'll revert so this so we can cut dev11 with other desired changes. The longer-term resolution (to restore this snapshot-fetching behaviour via curl) is likely to change dlopen flags, but we need to confirm what we're doing with other cross-boundary dependencies (eg snmalloc) first.

@eddyashton eddyashton requested a review from a team as a code owner January 7, 2025 14:13
@achamayou achamayou added this pull request to the merge queue Jan 7, 2025
Merged via the queue into microsoft:main with commit 21197eb Jan 7, 2025
13 checks passed
@achamayou achamayou deleted the revert_snapshot_fetch branch January 7, 2025 15:25
@achamayou achamayou mentioned this pull request Jan 8, 2025
2 tasks
eddyashton added a commit to eddyashton/CCF that referenced this pull request Jan 15, 2025
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.

2 participants