File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -132,13 +132,11 @@ task:
132
132
cpu : 4
133
133
memory : 2G
134
134
env :
135
- EXEC_CMD : qemu-s390x -L /usr/s390x-linux-gnu
135
+ EXEC_CMD : qemu-s390x
136
136
HOST : s390x-linux-gnu
137
137
BUILD :
138
138
<< : *MERGE_BASE
139
139
test_script :
140
- # https://sourceware.org/bugzilla/show_bug.cgi?id=27008
141
- - rm /etc/ld.so.cache
142
140
- ./ci/cirrus.sh
143
141
<< : *CAT_LOGS
144
142
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ RUN apt-get install --no-install-recommends --no-upgrade -y \
10
10
make automake libtool pkg-config dpkg-dev valgrind qemu-user \
11
11
gcc g++ clang libclang-rt-dev libc6-dbg \
12
12
gcc-i686-linux-gnu g++-i686-linux-gnu libc6-dev-i386-cross libc6-dbg:i386 \
13
- g++-s390x-linux-gnu gcc-s390x-linux-gnu libc6-dev-s390x-cross libc6-dbg:s390x \
13
+ g++-s390x-linux-gnu libstdc++6:s390x gcc-s390x-linux-gnu libc6-dev-s390x-cross libc6-dbg:s390x \
14
14
wine wine64 g++-mingw-w64-x86-64
15
15
16
16
# Run a dummy command in wine to make it set up configuration
You can’t perform that action at this time.
0 commit comments