fix: post build tarball failure in ubuntu 20.04
Change-Id: I6ef86565ca3eb9e8140e1288431b608886db258d
This commit is contained in:
4
Makefile
4
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 --break-system-packages
|
||||
python3 -m pip install build --break-system-packages
|
||||
python3 -m pip install sdist --break-system-packages || python3 -m pip install sdist
|
||||
python3 -m pip install build --break-system-packages || python3 -m pip install build
|
||||
python3 -m build
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user