Skip to content
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.

Commit

Permalink
travis: switch to sid
Browse files Browse the repository at this point in the history
The upcoming Qemu 3.0 build is built using an Ubuntu Bionic (18.04 LTS) PPA as
launchpad does not support building packages for Debian directly.

The dependencies were all too new to use a Ubuntu Cosmic Qemu under
Stretch (Debian stable), but with Bionic/sid they mostly all match.

Signed-off-by: Joel Stanley <joel@jms.id.au>
  • Loading branch information
shenki committed Nov 9, 2018
1 parent f8787b2 commit b7ee15e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ cache:
services:
- docker
script:
- docker create -v ${TRAVIS_BUILD_DIR}:/travis --name travis debian
- docker run --env ARCH=${ARCH} --env LD=${LD} --rm --volumes-from travis debian /bin/bash -c 'cd /travis && ./debian-setup.sh && ./driver.sh && ccache -s'
- docker create -v ${TRAVIS_BUILD_DIR}:/travis --name travis debian:sid
- docker run --env ARCH=${ARCH} --env LD=${LD} --rm --volumes-from travis debian:sid /bin/bash -c 'cd /travis && ./debian-setup.sh && ./driver.sh && ccache -s'
after_script:
- sleep 1

0 comments on commit b7ee15e

Please sign in to comment.