[codex] Prebuild HTTP no-auto parity archives#4373
Merged
proggeramlug merged 1 commit intoJun 4, 2026
Conversation
5eb35e3 to
9ce14ba
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #3954
Summary
perry-ext-http,perry-ext-net, andperry-ext-wsinrun_parity_tests.shwhenPERRY_NO_AUTO_OPTIMIZEis set fornode-suite --module httpWhy This Cut
The current #3954 failure mode is coherent at the harness/link boundary: HTTP fixtures can emit HTTP, net, and WS well-known FFI owners, but the no-auto parity harness only prebuilt the core
perry,perry-runtime, andperry-stdlibarchives. The compiler already records the needed owners; the missing piece was archive availability before the per-test compile loop.Tests
bash -n run_parity_tests.shcargo fmt --all -- --checkgit diff --check./scripts/check_file_size.shnpm exec --yes --package=node@26 -- bash -lc 'node --version; PERRY_NO_AUTO_OPTIMIZE=1 ./run_parity_tests.sh --suite node-suite --module http'reported 3 pass / 14 compile fail / 0 skippedKnown Limitations / Non-goals
node-suite --module httpharness path.