File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ jobs:
128128 env :
129129 TARGET_PYTHON : ${{ matrix.python-version }}
130130 run : |
131- sudo $( . devtools/build_with_custom_toolchain.sh)
131+ . devtools/build_with_custom_toolchain.sh
132132 ls custom_sysroot
133133
134134
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ docker run -d --name sysroot-builder debian:11.11 sleep 3600
33
44# 2. Run the installation and packaging process inside the container
55docker exec sysroot-builder bash -c "
6- apt-get update && apt-get install -y build-essential libc6-dev symlinks
6+ apt-get update && apt-get install -y build-essential libc6-dev symlinks apt-utils
77
88 # Convert absolute symlinks to relative (CRITICAL so Clang doesn't read your host OS files)
99 symlinks -rc /lib /usr/lib /usr/include
You can’t perform that action at this time.
0 commit comments