From 5680bbe4637898aec6c4b283df17a92f76f89216 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Tue, 14 Feb 2023 15:46:08 +0200 Subject: [PATCH] Use Ubuntu based container for Clang. --- .cirrus.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index cf934ba97..2780d5150 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -173,7 +173,7 @@ task: task: name: 'latest Clang [Qt5 QMake]' container: - image: silkeh/clang:latest + image: teeks99/clang-ubuntu:latest memory: 8G # Set to 8GB to avoid OOM. https://cirrus-ci.org/guide/linux/#linux-container << : *LINUX_QT5_QMAKE_TASK_TEMPLATE env: @@ -182,7 +182,7 @@ task: task: name: 'latest Clang [Qt5 QBS]' container: - image: silkeh/clang:latest + image: teeks99/clang-ubuntu:latest memory: 8G # Set to 8GB to avoid OOM. https://cirrus-ci.org/guide/linux/#linux-container << : *LINUX_QT5_QBS_TASK_TEMPLATE env: @@ -191,7 +191,7 @@ task: task: name: 'latest Clang [Qt6]' container: - image: silkeh/clang:latest + image: teeks99/clang-ubuntu:latest memory: 8G # Set to 8GB to avoid OOM. https://cirrus-ci.org/guide/linux/#linux-container << : *LINUX_QT6_TASK_TEMPLATE env: