We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b4d54f commit 430b881Copy full SHA for 430b881
build-scripts/sasl-build.sh
@@ -65,6 +65,8 @@ setup_python_venv() {
65
# 2. a python virtual environment with the msal library
66
base_install() {
67
setup_rust
68
+ command -v rustc
69
+ command -v cargo
70
build_sasl2
71
setup_python_venv
72
rustup self uninstall -y
@@ -79,6 +81,7 @@ base_install() {
79
81
if [ -f /etc/alpine-release ]; then
80
82
# Install necessary libraries
83
LIBS="git cmake clang make gcc g++ libc-dev pkgconfig curl-dev jsoncpp-dev cyrus-sasl-dev patch libffi-dev python3-dev"
84
+ apk add --upgrade curl
85
apk add --upgrade --virtual .build-deps ${LIBS}
86
87
# Run compilation and installation
0 commit comments