Use Ubuntu based container for Clang.

This commit is contained in:
Roman Telezhynskyi 2023-02-14 15:46:08 +02:00
parent d541823020
commit 5680bbe463

View File

@ -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: