Message ID | 20200127212329.13315-1-trini@konsulko.com |
---|---|
State | Accepted |
Commit | 9e0c131a32028547cc4834f238c614af2675c66d |
Headers | show |
Series | [RFC] azure: Move to vs2017-win2016 platform build host | expand |
Tom Rini <trini at konsulko.com> schrieb am Mo., 27. Jan. 2020, 22:23: > Azure is moving to remove the vs2015-win2012r2 platform build host. The > two suggested new platforms to use are vs2017-win2016 and windows-2019. > For now, move up to vs2017-win2016. > > Cc: Bin Meng <bmeng.cn at gmail.com> > Signed-off-by: Tom Rini <trini at konsulko.com> > --- > I'm sending this as RFC as it fails to build for i686 but builds for > x86_64 and I'm out of my depth on fixing that. Can you please take a > look Bin? Thanks! > Is this build publicly available? I just failed to find it, having no experience with azure whatsoever... Regards, Simon --- > .azure-pipelines.yml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml > index 916ab84ea0c4..a0713dd66c0a 100644 > --- a/.azure-pipelines.yml > +++ b/.azure-pipelines.yml > @@ -1,5 +1,5 @@ > variables: > - windows_vm: vs2015-win2012r2 > + windows_vm: vs2017-win2016 > ubuntu_vm: ubuntu-18.04 > ci_runner_image: trini/u-boot-gitlab-ci-runner:bionic-20200112-17Jan2020 > # Add '-u 0' options for Azure pipelines, otherwise we get "permission > -- > 2.17.1 > >
On Mon, Jan 27, 2020 at 10:33:42PM +0100, Simon Goldschmidt wrote: > Tom Rini <trini at konsulko.com> schrieb am Mo., 27. Jan. 2020, 22:23: > > > Azure is moving to remove the vs2015-win2012r2 platform build host. The > > two suggested new platforms to use are vs2017-win2016 and windows-2019. > > For now, move up to vs2017-win2016. > > > > Cc: Bin Meng <bmeng.cn at gmail.com> > > Signed-off-by: Tom Rini <trini at konsulko.com> > > --- > > I'm sending this as RFC as it fails to build for i686 but builds for > > x86_64 and I'm out of my depth on fixing that. Can you please take a > > look Bin? Thanks! > > > > Is this build publicly available? I just failed to find it, having no > experience with azure whatsoever... Good question. I've had much less luck getting Azure stuff visible and linked to GitHub than Travis. But, https://dev.azure.com/u-boot/u-boot/_build/results?buildId=232&view=logs&j=46ec4386-7228-5f2a-c0d8-953fe6fd5add&t=505270a7-c05a-5eb8-50bd-fd2d6c43911b is the failure.
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 916ab84ea0c4..a0713dd66c0a 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -1,5 +1,5 @@ variables: - windows_vm: vs2015-win2012r2 + windows_vm: vs2017-win2016 ubuntu_vm: ubuntu-18.04 ci_runner_image: trini/u-boot-gitlab-ci-runner:bionic-20200112-17Jan2020 # Add '-u 0' options for Azure pipelines, otherwise we get "permission
Azure is moving to remove the vs2015-win2012r2 platform build host. The two suggested new platforms to use are vs2017-win2016 and windows-2019. For now, move up to vs2017-win2016. Cc: Bin Meng <bmeng.cn at gmail.com> Signed-off-by: Tom Rini <trini at konsulko.com> --- I'm sending this as RFC as it fails to build for i686 but builds for x86_64 and I'm out of my depth on fixing that. Can you please take a look Bin? Thanks! --- .azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)