Skip to content

Commit da88646

Browse files
committed
Merge #61: ci: temporarily disable failing ci task
719e1f9 ci: temporarily disable failing ci task (Jarol Rodriguez) Pull request description: Temporarily disable the `32-bit + dash [gui] [CentOS 8]` task. The task currently fails on master and needs a fix: https://cirrus-ci.com/task/4928128318439424 For now, and to not have this distract, let's disable the task. The PR that introduces a fix should also re-enable the task. ACKs for top commit: hebasto: ACK 719e1f9 Tree-SHA512: 00290216884026f5e64443d2f631fb30926eca4d8f89200b990d9baecba7754c1aba771f2682ffe42f3693b7bde05266905d55b5cf4dc1da6aad0b2c72ab8378
2 parents 13a9507 + 719e1f9 commit da88646

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.cirrus.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -174,15 +174,15 @@ task:
174174
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
175175
FILE_ENV: "./ci/test/00_setup_env_win64.sh"
176176

177-
task:
178-
name: '32-bit + dash [gui] [CentOS 8]'
179-
<< : *GLOBAL_TASK_TEMPLATE
180-
container:
181-
image: centos:8
182-
env:
183-
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
184-
PACKAGE_MANAGER_INSTALL: "yum install -y"
185-
FILE_ENV: "./ci/test/00_setup_env_i686_centos.sh"
177+
#task:
178+
# name: '32-bit + dash [gui] [CentOS 8]'
179+
# << : *GLOBAL_TASK_TEMPLATE
180+
# container:
181+
# image: centos:8
182+
# env:
183+
# << : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
184+
# PACKAGE_MANAGER_INSTALL: "yum install -y"
185+
# FILE_ENV: "./ci/test/00_setup_env_i686_centos.sh"
186186

187187
task:
188188
name: '[previous releases, uses qt5 dev package and some depends packages, DEBUG] [unsigned char] [bionic]'

0 commit comments

Comments
 (0)