We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0496f75 commit ed2f63fCopy full SHA for ed2f63f
cli/build.sh
@@ -166,7 +166,7 @@ run_pyinstaller_build() {
166
167
if [[ -n "$MANYLINUX_IMAGE" ]]; then
168
log_info "Building with PyInstaller inside $MANYLINUX_IMAGE for wide glibc compatibility..."
169
- docker run --rm -v "$PWD":/work -w /work "$MANYLINUX_IMAGE" bash -lc \
+ docker run --rm -v "$(cd .. && pwd)":/work -w /work/cli "$MANYLINUX_IMAGE" bash -lc \
170
"export PATH=/opt/python/$PYTAG/bin:\$PATH && \
171
python3 -m pip install -U pip && \
172
python3 -m pip install 'poetry==1.8.3' && \
0 commit comments