All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC] azure: Move to vs2017-win2016 platform build host
@ 2020-01-27 21:23 Tom Rini
  2020-01-27 21:33 ` Simon Goldschmidt
  2020-02-03  2:05 ` Bin Meng
  0 siblings, 2 replies; 7+ messages in thread
From: Tom Rini @ 2020-01-27 21:23 UTC (permalink / raw)
  To: u-boot

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@gmail.com>
Signed-off-by: Tom Rini <trini@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(-)

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

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [RFC] azure: Move to vs2017-win2016 platform build host
  2020-01-27 21:23 [RFC] azure: Move to vs2017-win2016 platform build host Tom Rini
@ 2020-01-27 21:33 ` Simon Goldschmidt
  2020-01-27 21:35   ` Tom Rini
  2020-02-03  2:15   ` Bin Meng
  2020-02-03  2:05 ` Bin Meng
  1 sibling, 2 replies; 7+ messages in thread
From: Simon Goldschmidt @ 2020-01-27 21:33 UTC (permalink / raw)
  To: u-boot

Tom Rini <trini@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@gmail.com>
> Signed-off-by: Tom Rini <trini@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
>
>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [RFC] azure: Move to vs2017-win2016 platform build host
  2020-01-27 21:33 ` Simon Goldschmidt
@ 2020-01-27 21:35   ` Tom Rini
  2020-02-03  2:15   ` Bin Meng
  1 sibling, 0 replies; 7+ messages in thread
From: Tom Rini @ 2020-01-27 21:35 UTC (permalink / raw)
  To: u-boot

On Mon, Jan 27, 2020 at 10:33:42PM +0100, Simon Goldschmidt wrote:
> Tom Rini <trini@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@gmail.com>
> > Signed-off-by: Tom Rini <trini@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.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200127/0645612a/attachment.sig>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [RFC] azure: Move to vs2017-win2016 platform build host
  2020-01-27 21:23 [RFC] azure: Move to vs2017-win2016 platform build host Tom Rini
  2020-01-27 21:33 ` Simon Goldschmidt
@ 2020-02-03  2:05 ` Bin Meng
  2020-02-03  5:11   ` Bin Meng
  1 sibling, 1 reply; 7+ messages in thread
From: Bin Meng @ 2020-02-03  2:05 UTC (permalink / raw)
  To: u-boot

Hi Tom,

On Tue, Jan 28, 2020 at 5:23 AM Tom Rini <trini@konsulko.com> wrote:
>
> 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@gmail.com>
> Signed-off-by: Tom Rini <trini@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!

I've looked at this issue. It was probably caused by the upstream
MSYS2 Windows binary has not been updated to work with win2016 yet.

I tried this patch today, and the Windows host tools build looks goood. See:
https://dev.azure.com/bmeng/GitHub/_build/results?buildId=151&view=results

> ---
>  .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
> --

Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

Regards,
Bin

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [RFC] azure: Move to vs2017-win2016 platform build host
  2020-01-27 21:33 ` Simon Goldschmidt
  2020-01-27 21:35   ` Tom Rini
@ 2020-02-03  2:15   ` Bin Meng
  1 sibling, 0 replies; 7+ messages in thread
From: Bin Meng @ 2020-02-03  2:15 UTC (permalink / raw)
  To: u-boot

Hi Simon,

On Tue, Jan 28, 2020 at 5:34 AM Simon Goldschmidt
<simon.k.r.goldschmidt@gmail.com> wrote:
>
> Tom Rini <trini@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@gmail.com>
> > Signed-off-by: Tom Rini <trini@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...
>

Yes it's publicly available and free service to open source projects.

You need a Microsoft account, and in your github account, search Azure
pipelines from the github marketplace and install it to your github
account.
It will prompt you to the Azure pipeline website and prompt you to log
in using your Microsoft account. Follow the instructions then. Good
luck.

Regards,
Bin

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [RFC] azure: Move to vs2017-win2016 platform build host
  2020-02-03  2:05 ` Bin Meng
@ 2020-02-03  5:11   ` Bin Meng
  2020-02-03  9:39     ` Bin Meng
  0 siblings, 1 reply; 7+ messages in thread
From: Bin Meng @ 2020-02-03  5:11 UTC (permalink / raw)
  To: u-boot

On Mon, Feb 3, 2020 at 10:05 AM Bin Meng <bmeng.cn@gmail.com> wrote:
>
> Hi Tom,
>
> On Tue, Jan 28, 2020 at 5:23 AM Tom Rini <trini@konsulko.com> wrote:
> >
> > 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@gmail.com>
> > Signed-off-by: Tom Rini <trini@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!
>
> I've looked at this issue. It was probably caused by the upstream
> MSYS2 Windows binary has not been updated to work with win2016 yet.
>
> I tried this patch today, and the Windows host tools build looks goood. See:
> https://dev.azure.com/bmeng/GitHub/_build/results?buildId=151&view=results

All Azure builds passed

Tested-by: Bin Meng <bmeng.cn@gmail.com>

I see this patch was assigned to me on patchwork, I will take this
patch via the x86 tree.

Regards,
Bin

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [RFC] azure: Move to vs2017-win2016 platform build host
  2020-02-03  5:11   ` Bin Meng
@ 2020-02-03  9:39     ` Bin Meng
  0 siblings, 0 replies; 7+ messages in thread
From: Bin Meng @ 2020-02-03  9:39 UTC (permalink / raw)
  To: u-boot

On Mon, Feb 3, 2020 at 1:11 PM Bin Meng <bmeng.cn@gmail.com> wrote:
>
> On Mon, Feb 3, 2020 at 10:05 AM Bin Meng <bmeng.cn@gmail.com> wrote:
> >
> > Hi Tom,
> >
> > On Tue, Jan 28, 2020 at 5:23 AM Tom Rini <trini@konsulko.com> wrote:
> > >
> > > 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@gmail.com>
> > > Signed-off-by: Tom Rini <trini@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!
> >
> > I've looked at this issue. It was probably caused by the upstream
> > MSYS2 Windows binary has not been updated to work with win2016 yet.
> >
> > I tried this patch today, and the Windows host tools build looks goood. See:
> > https://dev.azure.com/bmeng/GitHub/_build/results?buildId=151&view=results
>
> All Azure builds passed
>
> Tested-by: Bin Meng <bmeng.cn@gmail.com>
>
> I see this patch was assigned to me on patchwork, I will take this
> patch via the x86 tree.

applied to u-boot-x86, thanks!

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-02-03  9:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-27 21:23 [RFC] azure: Move to vs2017-win2016 platform build host Tom Rini
2020-01-27 21:33 ` Simon Goldschmidt
2020-01-27 21:35   ` Tom Rini
2020-02-03  2:15   ` Bin Meng
2020-02-03  2:05 ` Bin Meng
2020-02-03  5:11   ` Bin Meng
2020-02-03  9:39     ` Bin Meng

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.