diff options
| author | Philippe Mathieu-Daudé | 2017-06-02 20:56:28 +0200 |
|---|---|---|
| committer | Alex Bennée | 2017-06-21 16:03:06 +0200 |
| commit | 92bd1e465bf8372a4bbbf760059ebc0c9b0c2c69 (patch) | |
| tree | dd4016ed7c99aa59e80e88775eaafb6deb623cff | |
| parent | shippable: add armeb-linux-user target (diff) | |
| download | qemu-92bd1e465bf8372a4bbbf760059ebc0c9b0c2c69.tar.gz qemu-92bd1e465bf8372a4bbbf760059ebc0c9b0c2c69.tar.xz qemu-92bd1e465bf8372a4bbbf760059ebc0c9b0c2c69.zip | |
shippable: add mipsel target
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
[AJB: fixups after dropping powerpc]
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
| -rw-r--r-- | .shippable.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.shippable.yml b/.shippable.yml index 2070c4d827..5e0caa65c5 100644 --- a/.shippable.yml +++ b/.shippable.yml @@ -11,6 +11,9 @@ env: TARGET_LIST=aarch64-softmmu,aarch64-linux-user - IMAGE=debian-s390x-cross TARGET_LIST=s390x-softmmu,s390x-linux-user + # mips64el-softmmu disabled due to libfdt problem + - IMAGE=debian-mipsel-cross + TARGET_LIST=mipsel-softmmu,mipsel-linux-user,mips64el-linux-user build: pre_ci: - make docker-image-${IMAGE} V=1 |
