Skip to content

Commit

Permalink
fix(build/linux): MORE python deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
blattersturm committed Dec 16, 2021
1 parent c2a1a40 commit 5ebb6df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/tools/ci/build_server_2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ apk add --no-cache curl=7.72.0-r99 libssl1.1 libcrypto1.1 libunwind libstdc++ zl

# install compile-time dependencies
# 3.9.7-r4 is a WORKAROUND for Alpine shipping broken py3-pip in 'edge' (as of 2021-12-16)
apk add --no-cache --virtual .dev-deps lld curl-dev=7.72.0-r99 clang clang-dev build-base linux-headers openssl1.1-compat-dev python2 python3=3.9.7-r4 py3-pip py3-setuptools lua5.3 lua5.3-dev mono-reference-assemblies=5.16.1.0-r9991 mono-dev=5.16.1.0-r9991 libmono=5.16.1.0-r9991 mono-corlib=5.16.1.0-r9991 mono=5.16.1.0-r9991 mono-reference-assemblies-4.x=5.16.1.0-r9991 mono-reference-assemblies-facades=5.16.1.0-r9991 mono-csc=5.16.1.0-r9991 mono-runtime=5.16.1.0-r9991 c-ares-dev v8-dev nodejs~=12 nodejs-dev~=12 npm yarn clang-libs git cargo
apk add --no-cache --virtual .dev-deps lld curl-dev=7.72.0-r99 clang clang-dev build-base linux-headers openssl1.1-compat-dev python2 python3~=3.9 py3-pip py3-setuptools=52.0.0-r4 py3-appdirs=1.4.4-r2 py3-packaging~=20.9 py3-parsing=2.4.7-r2 py3-ordered-set=4.0.2-r2 lua5.3 lua5.3-dev mono-reference-assemblies=5.16.1.0-r9991 mono-dev=5.16.1.0-r9991 libmono=5.16.1.0-r9991 mono-corlib=5.16.1.0-r9991 mono=5.16.1.0-r9991 mono-reference-assemblies-4.x=5.16.1.0-r9991 mono-reference-assemblies-facades=5.16.1.0-r9991 mono-csc=5.16.1.0-r9991 mono-runtime=5.16.1.0-r9991 c-ares-dev v8-dev nodejs~=12 nodejs-dev~=12 npm yarn clang-libs git cargo

# install ply
# install python deps
python3 -m pip install ply six Jinja2 MarkupSafe

# build natives
Expand Down

0 comments on commit 5ebb6df

Please sign in to comment.