File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ clone_steps_template: &CLONE_STEPS_TEMPLATE
12
12
common_steps_template : &COMMON_STEPS_TEMPLATE
13
13
install_lit_script : |
14
14
# Install lit
15
- rm -f /usr/lib/python3.12 /EXTERNALLY-MANAGED # required for Ubuntu 24 .04
15
+ rm -f /usr/lib/python3.13 /EXTERNALLY-MANAGED # required for Ubuntu 25 .04
16
16
python3 -m pip install --user lit
17
17
python3 -c "import lit.main; lit.main.main();" --version . | head -n 1
18
18
clone_submodules_script : |
@@ -197,7 +197,7 @@ task:
197
197
environment :
198
198
CI_ARCH : x86_64
199
199
CI_OS : linux
200
- EXTRA_APT_PACKAGES : " gdmd llvm-dev libclang-common-19 -dev lld"
200
+ EXTRA_APT_PACKAGES : " gdmd llvm-dev libclang-common-20 -dev lld"
201
201
EXTRA_CMAKE_FLAGS : " -DBUILD_SHARED_LIBS=ON -DBUILD_LTO_LIBS=ON -DD_COMPILER=gdmd -DLDC_LINK_MANUALLY=ON"
202
202
PARALLELISM : 8
203
203
# for gdmd:
You can’t perform that action at this time.
0 commit comments