Skip to content

Commit 436fd93

Browse files
nit
1 parent 48725c6 commit 436fd93

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

devtools/build_with_custom_toolchain.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
55
docker 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

0 commit comments

Comments
 (0)