summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-11-21 18:14:23 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-11-21 18:46:27 +0900
commit6fc8607b7ac0045535697d9ac59f489cdb801181 (patch)
tree408f55acd31732a975b89b03c4bd6754b23100ee
parentc23bf42d796567331a0cfc1a9b5d50e5260f2eae (diff)
Skip make install with gmp build
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/12141
-rwxr-xr-x.github/actions/compilers/entrypoint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/actions/compilers/entrypoint.sh b/.github/actions/compilers/entrypoint.sh
index 337e6e7c67..5d8f559066 100755
--- a/.github/actions/compilers/entrypoint.sh
+++ b/.github/actions/compilers/entrypoint.sh
@@ -84,7 +84,7 @@ else
tests="$INPUT_CHECK"
fi
-grouped make install
+# grouped make install
grouped make test-tool
grouped make test-all TESTS="-- $tests"
grouped env CHECK_LEAKS=true make test-spec MSPECOPT="$INPUT_MSPECOPT"