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

Rakefile: Print the message with Rake.rake_output_message. #632

Merged
merged 1 commit into from
Jun 1, 2023

Commits on Jun 1, 2023

  1. Rakefile: Print the message with Rake.rake_output_message.

    The `puts` method outputs the message to the `$stdout`, while the `sh` method
    outputs the message of the executed command to the `$stderr` by the
    `Rake.rake_output_message`.
    https://github.com/ruby/rake/blob/v13.0.6/lib/rake/file_utils.rb#L51
    
    This caused the message `Compiler: ...` not printed before the actual compiling
    task like the CI result below.
    <https://github.com/ruby/openssl/actions/runs/5142797693/jobs/9256988158#step:6:141>.
    junaruga committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    f781d17 View commit details
    Browse the repository at this point in the history