We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bc85ae commit fbd5cf0Copy full SHA for fbd5cf0
scripts/release/debian/build.sh
@@ -43,6 +43,8 @@ export PATH=$PATH:$WORKDIR/python_env/bin
43
44
find ${WORKDIR}/src/ -name setup.py -type f | xargs -I {} dirname {} | grep -v azure-cli-testsdk | xargs pip3 install --no-deps
45
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
48
$WORKDIR/python_env/bin/python3 ${WORKDIR}/scripts/trim_sdk.py
49
50
# Create create directory for debian build
0 commit comments