[all-commits] [llvm/llvm-project] 23fb04: [CI] Fix Monolithic Linux Build in Ubuntu 24.04 (#...
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Tue Apr 1 12:55:29 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 23fb048ce35f672d8db3f466a2522354bbce66e5
https://github.com/llvm/llvm-project/commit/23fb048ce35f672d8db3f466a2522354bbce66e5
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2025-04-01 (Tue, 01 Apr 2025)
Changed paths:
M .ci/monolithic-linux.sh
Log Message:
-----------
[CI] Fix Monolithic Linux Build in Ubuntu 24.04 (#133628)
This patch fixes the monolithic linux build in Ubuntu 24.04. Newer
versions of debian/ubuntu pass a warning when installing packages at the
system level using pip as it interferes with system package manager
installed python packages. We do not use any system package manager
installed python packages, so we just ignore the warning (that is an
error without passing the flag) by passing the --break-system-packages
flag.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list