Skip to content

Commit 70d8cc5

Browse files
update debian
1 parent c4781cf commit 70d8cc5

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
@@ -137,7 +137,7 @@ jobs:
137137
env:
138138
TARGET_PYTHON: ${{ matrix.python-version }}
139139
run: |
140-
export GLIBC_VERSION=2_28
140+
export GLIBC_VERSION=2_29
141141
echo $GLIBC_VERSION
142142
sed "s/^MANYLINUX_VERSION.*/MANYLINUX_VERSION=\"manylinux_${GLIBC_VERSION}_x86_64.manylinux2014_x86_64\"/" BUILD -i || true
143143
bazel build --define GLIBC_VERSION=$GLIBC_VERSION --define TARGET_VERSION="$(python -c "print(\"py${TARGET_PYTHON}\".replace(\".\", \"\"))")" --define VERSION="$(cat version/version.txt)" :tesseract_decoder_wheel

devtools/build_with_custom_toolchain.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 1. Start a temporary background container named 'sysroot-builder'
2-
docker run -d --name sysroot-builder debian:10 sleep 3600
2+
docker run -d --name sysroot-builder debian:11 sleep 3600
33

44
# 2. Run the installation and packaging process inside the container
55
docker exec sysroot-builder bash -c "

0 commit comments

Comments
 (0)