Skip to content

Commit 6566a45

Browse files
committed
ci: Fix "s390x (big-endian)" task
1 parent 67b87ac commit 6566a45

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.cirrus.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)