Skip to content

Commit

Permalink
Revert "CI: Enable the verbose mode in the mkmf.rb."
Browse files Browse the repository at this point in the history
This reverts commit a832f5c.

Because there is a simpler way to enable the verbose mode by setting the
environment variable `MAKEFLAGS`.
  • Loading branch information
junaruga committed May 23, 2023
1 parent 78e9197 commit 121b3b2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 33 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ jobs:
- name: depends
run: bundle install

# Enable the verbose option in mkmf.rb to print the compiling commands.
- name: enable mkmf verbose
run: tool/enable-mkmf-verbose
if: runner.os == 'Linux' || runner.os == 'macOS'

- name: compile
run: rake compile -- --enable-debug

Expand Down Expand Up @@ -134,10 +129,6 @@ jobs:
- name: depends
run: bundle install

- name: enable mkmf verbose
run: tool/enable-mkmf-verbose
if: runner.os == 'Linux' || runner.os == 'macOS'

- name: compile
run: rake compile -- --enable-debug --with-openssl-dir=$HOME/.openssl/${{ matrix.openssl }}

Expand Down
24 changes: 0 additions & 24 deletions tool/enable-mkmf-verbose

This file was deleted.

0 comments on commit 121b3b2

Please sign in to comment.