Skip to content

Commit fbd5cf0

Browse files
committed
Init
1 parent 2bc85ae commit fbd5cf0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/release/debian/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ export PATH=$PATH:$WORKDIR/python_env/bin
4343

4444
find ${WORKDIR}/src/ -name setup.py -type f | xargs -I {} dirname {} | grep -v azure-cli-testsdk | xargs pip3 install --no-deps
4545
pip3 install -r ${WORKDIR}/src/azure-cli/requirements.py3.$(uname).txt
46+
# Only install pymsalruntime for debian build, as it does not support other Linux distributions
47+
pip install pymsalruntime==0.18.1 || true
4648
$WORKDIR/python_env/bin/python3 ${WORKDIR}/scripts/trim_sdk.py
4749

4850
# Create create directory for debian build

0 commit comments

Comments
 (0)