Skip to content

Commit 44f8481

Browse files
authored
Cirrus CI: Adapt to ubuntu:rolling now being 26.04 (#5126)
1 parent 4dc68b8 commit 44f8481

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.cirrus.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ clone_steps_template: &CLONE_STEPS_TEMPLATE
1212
common_steps_template: &COMMON_STEPS_TEMPLATE
1313
install_lit_script: |
1414
# Install lit
15-
rm -f /usr/lib/python3.13/EXTERNALLY-MANAGED # required for Ubuntu 25.04
16-
python3 -m pip install --user lit
15+
python3 -m pip install --break-system-packages lit
1716
python3 -c "import lit.main; lit.main.main();" --version . | head -n 1
1817
clone_submodules_script: |
1918
cd $CIRRUS_WORKING_DIR
@@ -201,7 +200,7 @@ task:
201200
environment:
202201
CI_ARCH: x86_64
203202
CI_OS: linux
204-
EXTRA_APT_PACKAGES: "gdmd llvm-dev libclang-common-20-dev lld libcurl4-openssl-dev"
203+
EXTRA_APT_PACKAGES: "gdmd llvm-dev libclang-common-21-dev lld libcurl4-openssl-dev"
205204
# need `-DCMAKE_EXE_LINKER_FLAGS=-lcurl` to work around libcurl dependency for ldc-profdata (distro LLVM apparently built with non-default LLVM_ENABLE_CURL=ON)
206205
EXTRA_CMAKE_FLAGS: >-
207206
-DBUILD_SHARED_LIBS=ON

0 commit comments

Comments
 (0)