Skip to content

Commit c31c7b9

Browse files
committed
Fix travis missing package.
Patch addes ninja python module to travis qemu compilation issue. Signed-off-by: Hariharan T.S <[email protected]>
1 parent 0571639 commit c31c7b9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ script:
2323
- (cd doc/; make latexpdf html)
2424
- ./ci/build-qemu-powernv.sh
2525
- wget https://openpower.xyz/job/openpower/job/openpower-op-build/label=slave,target=witherspoon/lastSuccessfulBuild/artifact/images/witherspoon.pnor
26-
- PATH=$(pwd)/qemu:$PATH ./op-test --bmc-type qemu --qemu-binary `pwd`/qemu/ppc64-softmmu/qemu-system-ppc64 --host-pnor witherspoon.pnor --run-suite qemu
26+
- PATH=$(pwd)/qemu/build:$PATH ./op-test --bmc-type qemu --qemu-binary `pwd`/qemu/build/qemu-system-ppc64 --host-pnor witherspoon.pnor --run-suite qemu
2727

2828
deploy:
2929
provider: pages

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ ptyprocess
44
requests
55
pysocks
66
unittest2
7+
ninja

0 commit comments

Comments
 (0)