ruby-changes:55220
From: k0kubun <ko1@a...>
Date: Wed, 3 Apr 2019 20:16:52 +0900 (JST)
Subject: [ruby-changes:55220] k0kubun:r67427 (trunk): vs2019 build is not functional now
k0kubun 2019-04-03 20:16:47 +0900 (Wed, 03 Apr 2019) New Revision: 67427 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=67427 Log: vs2019 build is not functional now Modified files: trunk/azure-pipelines.yml Index: azure-pipelines.yml =================================================================== --- azure-pipelines.yml (revision 67426) +++ azure-pipelines.yml (revision 67427) @@ -142,6 +142,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/azure-pipelines.yml#L142 cinst winflexbison win32/configure.bat --without-ext=+,dbm,gdbm --enable-bundled-libffi --with-opt-dir=C:/vcpkg/installed/x64-windows displayName: 'configure' + continueOnError: true # this started to fail after the vs2019 launch. TODO: fix it and remove this line. - script: | call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Preview\VC\Auxiliary\Build\vcvars64.bat" set YACC=win_bison @@ -150,3 +151,4 @@ jobs: https://github.com/ruby/ruby/blob/trunk/azure-pipelines.yml#L151 # set TRAVIS=1 # nmake $(task) displayName: "nmake" + continueOnError: true # TODO: make 'configure' functional and remove this line. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/