ruby-changes:71097
From: Nobuyoshi <ko1@a...>
Date: Sun, 6 Feb 2022 20:31:37 +0900 (JST)
Subject: [ruby-changes:71097] 2cf687fe6c (master): Appveyor: DBM extensions have not been bundled already
https://git.ruby-lang.org/ruby.git/commit/?id=2cf687fe6c From 2cf687fe6c6eb4ef1ef4958fc8aeb094e14bfbb5 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Sun, 6 Feb 2022 16:44:18 +0900 Subject: Appveyor: DBM extensions have not been bundled already --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index db444b0c1e..f64ebac868 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -72,7 +72,7 @@ for: https://github.com/ruby/ruby/blob/trunk/.appveyor.yml#L72 - cd %Platform%-mswin_%vs% - >- ..\win32\configure.bat - --without-ext=+,dbm,gdbm,readline + --without-ext=+,readline --with-opt-dir=/usr/local --with-openssl-dir=%OPENSSL_DIR:\=/% - nmake -l -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/