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