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:
132132 cpu : 4
133133 memory : 2G
134134 env :
135- EXEC_CMD : qemu-s390x -L /usr/s390x-linux-gnu
135+ EXEC_CMD : qemu-s390x
136136 HOST : s390x-linux-gnu
137137 BUILD :
138138 << : *MERGE_BASE
139139 test_script :
140- # https://sourceware.org/bugzilla/show_bug.cgi?id=27008
141- - rm /etc/ld.so.cache
142140 - ./ci/cirrus.sh
143141 << : *CAT_LOGS
144142
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ RUN apt-get install --no-install-recommends --no-upgrade -y \
1010 make automake libtool pkg-config dpkg-dev valgrind qemu-user \
1111 gcc g++ clang libclang-rt-dev libc6-dbg \
1212 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 \
1414 wine wine32:i386 g++-mingw-w64-x86-64
1515
1616# Run a dummy command in wine to make it set up configuration
You can’t perform that action at this time.
0 commit comments