File tree 2 files changed +23
-0
lines changed
2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -224,6 +224,27 @@ task:
224
224
- ./ci/cirrus.sh
225
225
<< : *CAT_LOGS
226
226
227
+ task :
228
+ name : " ppc64le: Linux (Debian stable, QEMU)"
229
+ container :
230
+ dockerfile : ci/linux-debian.Dockerfile
231
+ cpu : 1
232
+ memory : 1G
233
+ env :
234
+ WRAPPER_CMD : qemu-ppc64le
235
+ TEST_ITERS : 16
236
+ HOST : powerpc64le-linux-gnu
237
+ WITH_VALGRIND : no
238
+ ECDH : yes
239
+ RECOVERY : yes
240
+ EXPERIMENTAL : yes
241
+ SCHNORRSIG : yes
242
+ CTIMETEST : no
243
+ << : *MERGE_BASE
244
+ test_script :
245
+ - ./ci/cirrus.sh
246
+ << : *CAT_LOGS
247
+
227
248
task :
228
249
name : " x86_64 (mingw32-w64): Windows (Debian stable, Wine)"
229
250
container :
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ RUN dpkg --add-architecture i386
4
4
RUN dpkg --add-architecture s390x
5
5
RUN dpkg --add-architecture armhf
6
6
RUN dpkg --add-architecture arm64
7
+ RUN dpkg --add-architecture ppc64el
7
8
RUN apt-get update
8
9
9
10
# dkpg-dev: to make pkg-config work in cross-builds
@@ -16,6 +17,7 @@ RUN apt-get install --no-install-recommends --no-upgrade -y \
16
17
gcc-s390x-linux-gnu libc6-dev-s390x-cross libc6-dbg:s390x \
17
18
gcc-arm-linux-gnueabihf libc6-dev-armhf-cross libc6-dbg:armhf \
18
19
gcc-aarch64-linux-gnu libc6-dev-arm64-cross libc6-dbg:arm64 \
20
+ gcc-powerpc64le-linux-gnu libc6-dev-ppc64el-cross libc6-dbg:ppc64el \
19
21
wine gcc-mingw-w64-x86-64
20
22
21
23
# Run a dummy command in wine to make it set up configuration
You can’t perform that action at this time.
0 commit comments