Skip to content

Commit 430b881

Browse files
committed
Fix: Try to fix rust bindins build
1 parent 7b4d54f commit 430b881

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build-scripts/sasl-build.sh

+3
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ setup_python_venv() {
6565
# 2. a python virtual environment with the msal library
6666
base_install() {
6767
setup_rust
68+
command -v rustc
69+
command -v cargo
6870
build_sasl2
6971
setup_python_venv
7072
rustup self uninstall -y
@@ -79,6 +81,7 @@ base_install() {
7981
if [ -f /etc/alpine-release ]; then
8082
# Install necessary libraries
8183
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
8285
apk add --upgrade --virtual .build-deps ${LIBS}
8386

8487
# Run compilation and installation

0 commit comments

Comments
 (0)