ruby-changes:67860
From: =E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3 <ko1@a...>
Date: Fri, 10 Sep 2021 20:03:14 +0900 (JST)
Subject: [ruby-changes:67860] 488ef54f0b (master): .github/workflows/compilers.yml: --enable-shared
https://git.ruby-lang.org/ruby.git/commit/?id=488ef54f0b From 488ef54f0bbd724fd0965b7439d00ed1a3ffc379 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3?= <shyouhei@r...> Date: Thu, 9 Sep 2021 18:02:24 +0900 Subject: .github/workflows/compilers.yml: --enable-shared Noticed that defs/gmake.mk has `exts: rubyspec-capiext` dependency only when $ENABLE_SHARED is true. This one adds extra tests so we basically welcome. Why not default it on. --- .github/workflows/compilers.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml index 0be749b..82dc4df 100644 --- a/.github/workflows/compilers.yml +++ b/.github/workflows/compilers.yml @@ -20,6 +20,7 @@ env: https://github.com/ruby/ruby/blob/trunk/.github/workflows/compilers.yml#L20 debugflags: '-ggdb3' default_configure: >- + --enable-shared --enable-debug-env --disable-install-doc --with-ext=-test-/cxxanyargs,+ -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/