ruby-changes:71098
From: Nobuyoshi <ko1@a...>
Date: Sun, 6 Feb 2022 20:31:37 +0900 (JST)
Subject: [ruby-changes:71098] 90a540e9f2 (master): Appveyor: Try readline extension
https://git.ruby-lang.org/ruby.git/commit/?id=90a540e9f2 From 90a540e9f2072679aaccf1b2549fcc2efa564574 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Sun, 6 Feb 2022 16:52:53 +0900 Subject: Appveyor: Try readline extension --- .appveyor.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index f64ebac868..75cef60dd5 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -72,7 +72,6 @@ for: https://github.com/ruby/ruby/blob/trunk/.appveyor.yml#L72 - cd %Platform%-mswin_%vs% - >- ..\win32\configure.bat - --without-ext=+,readline --with-opt-dir=/usr/local --with-openssl-dir=%OPENSSL_DIR:\=/% - nmake -l @@ -87,7 +86,6 @@ for: https://github.com/ruby/ruby/blob/trunk/.appveyor.yml#L86 - >- nmake -l "TESTOPTS=-v --timeout-scale=3.0 --excludes=../test/excludes/_appveyor -j%JOBS% - --exclude readline --exclude win32ole --exclude test_bignum --exclude test_syntax -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/