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

fix(bindings): print cargo commands to stdout #4482

Merged
merged 2 commits into from
Apr 2, 2024

Conversation

camshaft
Copy link
Contributor

@camshaft camshaft commented Apr 1, 2024

Description of changes:

As highlighted in aws/aws-lc-rs#378, cargo commands need to be stdout, not stderr.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@github-actions github-actions bot added the s2n-core team label Apr 1, 2024
@camshaft camshaft marked this pull request as ready for review April 1, 2024 22:11
Copy link
Contributor

@lrstewart lrstewart left a comment

Choose a reason for hiding this comment

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

The debug messages about the features enabled/disabled are still stderr. Should they be stdout too, even if it's not required?

@camshaft
Copy link
Contributor Author

camshaft commented Apr 1, 2024

The debug messages about the features enabled/disabled are still stderr. Should they be stdout too, even if it's not required?

Yeah that's fine to keep. Cargo will print those out in its own section if the build fails, rather than interleaving it with all of the different cargo commands.

@camshaft camshaft enabled auto-merge (squash) April 1, 2024 22:33
@lrstewart lrstewart requested a review from jmayclin April 1, 2024 23:09
@camshaft camshaft merged commit 52d131c into aws:main Apr 2, 2024
32 checks passed
@camshaft camshaft deleted the cargo-cmd-stdout branch April 3, 2024 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants