Skip to content

Eth stream#121

Open
Tomasvrba wants to merge 3 commits intoBitBoxSwiss:masterfrom
Tomasvrba:eth-stream
Open

Eth stream#121
Tomasvrba wants to merge 3 commits intoBitBoxSwiss:masterfrom
Tomasvrba:eth-stream

Conversation

@Tomasvrba
Copy link
Collaborator

No description provided.

     make build-protos fails with unresolved module or unlinked crate prost_build because rust-script can't find the embedded cargo manifest in scripts/build-protos.rs.

     Root cause: Commit 6453995 (Dec 2025, "license: add SPDX headers") added // SPDX-License-Identifier: Apache-2.0 to the top of build-protos.rs, before the //! ```cargo doc-comment block. rust-script's
     manifest parser uses regex ^\s*(/\*!|//(!|/)) without multiline mode, so ^ only matches at position 0 of the file. The regular comment at position 0 prevents the regex from finding the doc-comment
     manifest, causing the [dependencies] section in the generated Cargo.toml to be empty.
@Tomasvrba Tomasvrba requested a review from benma March 4, 2026 09:42
Copy link
Contributor

@benma benma left a comment

Choose a reason for hiding this comment

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

utACK

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