$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] New B2 version, and CI failures.
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2019-04-14 17:28:22
On 4/14/19 4:40 PM, Rene Rivera via Boost wrote:
> On Sun, Apr 14, 2019 at 8:33 AM Rene Rivera <grafikrobot_at_[hidden]> wrote:
>
>> On Sun, Apr 14, 2019 at 1:54 AM Antony Polukhin <antoshkka_at_[hidden]>
>> wrote:
>>
>>>
>>>
>>> On Sat, Apr 13, 2019, 23:17 Rene Rivera via Boost <boost_at_[hidden]>
>>> wrote:
>>>
>>>> Well, that's interesting, and strange given that such a label does exist
>>>> <
>>>>
>>>> https://github.com/boostorg/build/blob/develop/src/engine/config_toolset.bat#L57
>>>
>>>
>>> Same issue with variant. Note that there's one successful build
>>> https://ci.appveyor.com/project/apolukhin/variant-ykfti/builds/23831018
>>> . Comparing the environments of failed and succeeded builds may be helpful
>>> in locating the issue.
>>>
>>
>> So... There's something weird in the Appveyor VS 2013 image that is not
>> present in the VS 2015 or 2017 images.
>>
>
> My suggestion would be to switch all those 2013 images to the 2015 images.
> It has all the same versions of compilers.
Tried this with Boost.WinAPI and it seems to have worked. Thanks!