ruby-changes:52725
From: k0kubun <ko1@a...>
Date: Sun, 7 Oct 2018 20:46:30 +0900 (JST)
Subject: [ruby-changes:52725] k0kubun:r64937 (trunk): revert r64935
k0kubun 2018-10-07 20:46:26 +0900 (Sun, 07 Oct 2018) New Revision: 64937 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=64937 Log: revert r64935 that didn't work at all. So the so file should be open at the time. Modified files: trunk/appveyor.yml Index: appveyor.yml =================================================================== --- appveyor.yml (revision 64936) +++ appveyor.yml (revision 64937) @@ -84,7 +84,6 @@ for: https://github.com/ruby/ruby/blob/trunk/appveyor.yml#L84 build_script: - cd %APPVEYOR_BUILD_FOLDER% - cd %Platform%-mswin_%vs% - - mkdir tmp - ..\win32\configure.bat --without-ext=+,dbm,gdbm,readline --with-opt-dir=/usr/local --with-openssl-dir=%OPENSSL_DIR:\=/% - nmake -l - nmake install-nodoc @@ -93,7 +92,7 @@ for: https://github.com/ruby/ruby/blob/trunk/appveyor.yml#L92 - set /a JOBS=%NUMBER_OF_PROCESSORS% - nmake -l "TESTOPTS=-v -q" btest - nmake -l "TESTOPTS=-v -q" test-basic - - nmake -l "TESTOPTS=-q -j%JOBS% --subprocess-timeout-scale=3.0" test-all RUBY_FORCE_TEST_JIT=1 TMPDIR=".\tmp" + - nmake -l "TESTOPTS=-q -j%JOBS% --subprocess-timeout-scale=3.0" test-all RUBY_FORCE_TEST_JIT=1 - nmake -l test-spec - matrix: -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/