Commit cbc07b1 1 parent 0e25ca0 commit cbc07b1 Copy full SHA for cbc07b1
File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,14 @@ setup_python_venv() {
36
36
[ -f /etc/lsb-release ] && . /etc/lsb-release
37
37
[ -f /etc/os-release ] && . /etc/os-release
38
38
if [ -f /etc/alpine-release ]; then
39
- apk add --upgrade --virtual .build-deps git cmake clang make gcc g++ libc-dev pkgconfig curl-dev jsoncpp-dev cyrus-sasl-dev patch
39
+ LIBS=" git cmake clang make gcc g++ libc-dev pkgconfig curl-dev jsoncpp-dev cyrus-sasl-dev patch rust cargo libffi-dev python3-dev"
40
+ apk add --upgrade --virtual .build-deps ${LIBS}
40
41
build_sasl2
41
42
setup_python_venv
42
43
apk del .build-deps;
43
44
else
44
45
apt-get update -y -qq
45
- LIBS=" git build-essential cmake pkg-config libcurl4-openssl-dev libssl-dev libjsoncpp-dev libsasl2-dev"
46
+ LIBS=" git build-essential cmake pkg-config libcurl4-openssl-dev libssl-dev libjsoncpp-dev libsasl2-dev rustc cargo rustfmt python3-dev "
46
47
apt-get install -y --no-install-recommends ${LIBS}
47
48
build_sasl2
48
49
apt-get install -y --no-install-recommends python3-venv
You can’t perform that action at this time.
0 commit comments