Skip to content

Separate build script data from compile_data#21

Merged
dzbarsky merged 1 commit into
hermeticbuild:mainfrom
michaelm-openai:codex/build-script-data-split-openai-main
May 8, 2026
Merged

Separate build script data from compile_data#21
dzbarsky merged 1 commit into
hermeticbuild:mainfrom
michaelm-openai:codex/build-script-data-split-openai-main

Conversation

@michaelm-openai
Copy link
Copy Markdown

Keep cargo build script inputs available to their direct dependent without propagating them through transitive Rustc inputs. compile_data remains reserved for files that need to stay available to downstream consumers, such as generated link inputs.

Update the existing cargo_build_script propagation test to distinguish the direct-dependent case from the transitive case.

Keep cargo build script inputs available to their direct dependent without propagating them through transitive Rustc inputs. compile_data remains reserved for files that need to stay available to downstream consumers, such as generated link inputs.

Update the existing cargo_build_script propagation test to distinguish the direct-dependent case from the transitive case.

Co-authored-by: Codex <noreply@openai.com>
@dzbarsky dzbarsky merged commit d1486fa into hermeticbuild:main May 8, 2026
dzbarsky pushed a commit that referenced this pull request May 11, 2026
Keep cargo build script inputs available to their direct dependent without propagating them through transitive Rustc inputs. compile_data remains reserved for files that need to stay available to downstream consumers, such as generated link inputs.

Update the existing cargo_build_script propagation test to distinguish the direct-dependent case from the transitive case.

Co-authored-by: Codex <noreply@openai.com>
dzbarsky pushed a commit that referenced this pull request May 15, 2026
Keep cargo build script inputs available to their direct dependent without propagating them through transitive Rustc inputs. compile_data remains reserved for files that need to stay available to downstream consumers, such as generated link inputs.

Update the existing cargo_build_script propagation test to distinguish the direct-dependent case from the transitive case.

Co-authored-by: Codex <noreply@openai.com>
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