summaryrefslogtreecommitdiffstats
path: root/opal-ci/build-qemu-powernv.sh
blob: 5b9a4f4b338f736b37317edbf030b429d234d951 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
set -e

git clone --depth=1 -b qemu-powernv-for-skiboot-1 git://github.com/open-power/qemu.git
cd qemu
git submodule update --init dtc
./configure --target-list=ppc64-softmmu --disable-werror
make -j `grep -c processor /proc/cpuinfo`
OpenPOWER on IntegriCloud