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

Don't consume stderr in merge-squashfs #736

Merged
merged 1 commit into from
Jul 6, 2023
Merged

Don't consume stderr in merge-squashfs #736

merged 1 commit into from
Jul 6, 2023

Commits on Jun 27, 2023

  1. Don't consume stderr in merge-squashfs

    Part of nerves-project/nerves#877 for adding more useful output during the firmware build process.
    
    nerves-project/nerves#876 shows cases where `mix firmware` fails to build. In reproducing, I found that `merge-squashfs` was failing silently. Specifically at this line because `2>/dev/null` was forwarding stderr to be ignored.
    
    Instead, this changes to let stderr through so more helpful messages can be reviewed
    jjcarstens committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    ded9467 View commit details
    Browse the repository at this point in the history