Skip to content

Commit fa9bbc6

Browse files
committed
Init
1 parent 5c3cf2f commit fa9bbc6

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
@@ -42,6 +42,8 @@ export PATH=$PATH:$WORKDIR/python_env/bin
4242

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

4749
# Create create directory for debian build

0 commit comments

Comments
 (0)