Skip to content

Fix mutable char[] globals to have a *mutable* array buffer

4057db8
Select commit
Loading
Failed to load commit list.
Draft

WIP: Upgrade frontend & libs to v2.113 #5113

Fix mutable char[] globals to have a *mutable* array buffer
4057db8
Select commit
Loading
Failed to load commit list.
Cirrus CI / Ubuntu rolling x64 shared-libs-only gdmd failed May 5, 2026 in 1m 4s

Task Summary

Instruction install_lit failed in 00:01

Details

⚠️ Not enough compute credits to prioritize tasks!

✅ 00:04 clone
✅ 00:49 install_prerequisites
✅ 00:01 merge_with_target_branch
✅ 00:01 make_lld_the_default_linker
✅ 00:01 disable_tests
❌ 00:01 install_lit

# Install lit
rm -f /usr/lib/python3.13/EXTERNALLY-MANAGED # required for Ubuntu 25.04
python3 -m pip install --user lit
error: externally-managed-environment

× This environment is externally managed
╰─> To install Python packages system-wide, try apt install
    python3-xyz, where xyz is the package you are trying to
    install.
    
    If you wish to install a non-Debian-packaged Python package,
    create a virtual environment using python3 -m venv path/to/venv.
    Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
    sure you have python3-full installed.
    
    If you wish to install a non-Debian packaged Python application,
    it may be easiest to use pipx install xyz, which will manage a
    virtual environment for you. Make sure you have pipx installed.
    
    See /usr/share/doc/python3.14/README.venv for more information.

note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
hint: See PEP 668 for the detailed specification.
�����