aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.ibm.com>2018-11-01 18:37:12 +1100
committerStewart Smith <stewart@linux.ibm.com>2018-11-02 15:58:31 +1100
commit594cfacf0e41b549cf22c97ff452d7682611847c (patch)
tree57837a58718b328fa1b73f6c09635dd01194d79b
parent999246716d2da347aad46a28ed9899b832bffe6c (diff)
downloadskiboot-594cfacf0e41b549cf22c97ff452d7682611847c.zip
skiboot-594cfacf0e41b549cf22c97ff452d7682611847c.tar.gz
skiboot-594cfacf0e41b549cf22c97ff452d7682611847c.tar.bz2
CI: Bump the Qemu we build for CI testing
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
-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 5c61aa7..0e87496 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 qemu-powernv-for-skiboot-5 git://github.com/open-power/qemu.git
+git clone --depth=1 -b qemu-powernv-for-skiboot-6 git://github.com/open-power/qemu.git
cd qemu
git submodule update --init dtc
export CC="ccache gcc"