Skip to content

Commit 121b3b2

Browse files
committed
Revert "CI: Enable the verbose mode in the mkmf.rb."
This reverts commit a832f5c. Because there is a simpler way to enable the verbose mode by setting the environment variable `MAKEFLAGS`.
1 parent 78e9197 commit 121b3b2

File tree

2 files changed

+0
-33
lines changed

2 files changed

+0
-33
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ jobs:
4242
- name: depends
4343
run: bundle install
4444

45-
# Enable the verbose option in mkmf.rb to print the compiling commands.
46-
- name: enable mkmf verbose
47-
run: tool/enable-mkmf-verbose
48-
if: runner.os == 'Linux' || runner.os == 'macOS'
49-
5045
- name: compile
5146
run: rake compile -- --enable-debug
5247

@@ -134,10 +129,6 @@ jobs:
134129
- name: depends
135130
run: bundle install
136131

137-
- name: enable mkmf verbose
138-
run: tool/enable-mkmf-verbose
139-
if: runner.os == 'Linux' || runner.os == 'macOS'
140-
141132
- name: compile
142133
run: rake compile -- --enable-debug --with-openssl-dir=$HOME/.openssl/${{ matrix.openssl }}
143134

tool/enable-mkmf-verbose

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)