From 68753a58eed376c5846adc377373186a103baccc Mon Sep 17 00:00:00 2001 From: Wenxiang Wu Date: Fri, 28 Feb 2025 18:54:32 +0800 Subject: [PATCH] fix: CICD build failure in Ubuntu 2024.04 - Add --break-system-packages Change-Id: I5af44b09bdeb5aca9470eda7d709dd40dfb9ee8f --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cb7d6efe..63a047a1 100644 --- a/Makefile +++ b/Makefile @@ -76,8 +76,8 @@ package: install rm -rf $(ROOT_DIR)/skyline_console/static yarn run build echo `git rev-parse --verify HEAD` > $(ROOT_DIR)/skyline_console/static/commit_id.txt - python3 -m pip install sdist - python3 -m pip install build + python3 -m pip install sdist --break-system-packages + python3 -m pip install build --break-system-packages python3 -m build