aboutsummaryrefslogtreecommitdiff
path: root/opal-ci
diff options
context:
space:
mode:
authorVasant Hegde <hegdevasant@linux.vnet.ibm.com>2021-08-19 21:11:03 +0530
committerVasant Hegde <hegdevasant@linux.vnet.ibm.com>2021-08-27 12:13:12 +0530
commit39f12eb08ec492574cd4ea511f0e5f11f026503b (patch)
tree9d820ec137eaec8dc3b94a3e1445101fe64acfb0 /opal-ci
parent2b0b6a1a002e4532b3c48b2923f5ee7ed08c4a48 (diff)
downloadskiboot-39f12eb08ec492574cd4ea511f0e5f11f026503b.zip
skiboot-39f12eb08ec492574cd4ea511f0e5f11f026503b.tar.gz
skiboot-39f12eb08ec492574cd4ea511f0e5f11f026503b.tar.bz2
ci: Bump qemu version
Move to qemu version powernv-6.1. Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
Diffstat (limited to 'opal-ci')
-rwxr-xr-xopal-ci/build-qemu-powernv.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/opal-ci/build-qemu-powernv.sh b/opal-ci/build-qemu-powernv.sh
index cf96048..7251303 100755
--- a/opal-ci/build-qemu-powernv.sh
+++ b/opal-ci/build-qemu-powernv.sh
@@ -2,7 +2,7 @@
set -e
set -vx
-git clone --depth=1 -b powernv-6.0 git://github.com/open-power/qemu.git
+git clone --depth=1 -b powernv-6.1 git://github.com/open-power/qemu.git
cd qemu
git submodule update --init dtc
export CC="ccache gcc"