diff options
author | Tom Rini <trini@konsulko.com> | 2020-01-27 14:44:41 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-02-02 21:13:55 -0500 |
commit | 1ec3c27275d00ab7cd92fdb508fc223a92c2a460 (patch) | |
tree | f5326bdfc81146ed4996be339a03c0c9eb3dc841 | |
parent | 31a790bee939e227dfc7e6a6a323b2b13180707f (diff) | |
download | u-boot-RFC-azure-update.tar.gz |
azure: Move to vs2017-win2016 platform build hostRFC-azure-update
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!
-rw-r--r-- | .azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 916ab84ea0..a0713dd66c 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 |