File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,13 @@ language: rust
2
2
rust : stable
3
3
sudo : required
4
4
dist : trusty
5
+ addons :
6
+ apt :
7
+ packages :
8
+ # register qemu interpreters because inside docker it is not possible
9
+ # it is required by qemu-debootstrap (used by s390x)
10
+ - binfmt-support
11
+ - qemu-user-static
5
12
services :
6
13
- docker
7
14
install :
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ qemu-debootstrap \
24
24
rm -f $dest /var/lib/dpkg/status
25
25
mv $dest /bin/mount /mount.bak
26
26
cp $dest /bin/true $dest /bin/mount
27
- chroot $dest /debootstrap/debootstrap --second-stage
27
+ chroot $dest /debootstrap/debootstrap --second-stage || cat $dest //debootstrap/debootstrap.log && false
28
28
mv -f /mount.bak $dest /bin/mount
29
29
30
30
# ssh
You can’t perform that action at this time.
0 commit comments