summaryrefslogtreecommitdiff
path: root/.azure-pipelines.yml
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-08-06 02:28:49 +0300
committerTom Rini <trini@konsulko.com>2020-08-06 02:28:49 +0300
commit1521326b7a6725009b90330b3cef5a1d38831ee8 (patch)
tree8968a74c8b5fa7a3b72250f5ad53a9e793e494c0 /.azure-pipelines.yml
parent89150a9314bd432ed8cca9a03034435346fb0b16 (diff)
downloadu-boot-1521326b7a6725009b90330b3cef5a1d38831ee8.tar.xz
Azure/Travis: Update to latest Docker image
- New bionic snapshot - Updated sbsigntool - Include SH4 in qemu Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to '.azure-pipelines.yml')
-rw-r--r--.azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index c3eb887720..adcc0fbcb2 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -2,7 +2,7 @@ variables:
windows_vm: vs2017-win2016
ubuntu_vm: ubuntu-18.04
macos_vm: macOS-10.15
- ci_runner_image: trini/u-boot-gitlab-ci-runner:bionic-20200526-18Jun2020
+ ci_runner_image: trini/u-boot-gitlab-ci-runner:bionic-20200713-05Aug2020
# Add '-u 0' options for Azure pipelines, otherwise we get "permission
# denied" error when it tries to "useradd -m -u 1001 vsts_azpcontainer",
# since our $(ci_runner_image) user is not root.