mirror of
https://github.com/YunoHost-Apps/diaspora_ynh.git
synced 2024-09-03 18:26:13 +02:00
bookworm: remove jemalloc, not needed any more
This commit is contained in:
parent
3d18010016
commit
5d86fa3703
2 changed files with 1 additions and 2 deletions
|
@ -79,7 +79,6 @@ ram.runtime = "2000M"
|
||||||
"libgmp-dev",
|
"libgmp-dev",
|
||||||
"libssl-dev",
|
"libssl-dev",
|
||||||
# For Ruby
|
# For Ruby
|
||||||
"libjemalloc-dev",
|
|
||||||
"curl",
|
"curl",
|
||||||
"build-essential",
|
"build-essential",
|
||||||
"libreadline-dev",
|
"libreadline-dev",
|
||||||
|
|
|
@ -15,7 +15,7 @@ export RBENV_ROOT="$rbenv_install_dir"
|
||||||
export rbenv_root="$rbenv_install_dir"
|
export rbenv_root="$rbenv_install_dir"
|
||||||
|
|
||||||
ruby_dependencies=""
|
ruby_dependencies=""
|
||||||
build_ruby_dependencies="libjemalloc-dev curl build-essential libreadline-dev zlib1g-dev libsqlite3-dev libssl-dev libxml2-dev libxslt-dev autoconf automake bison libtool"
|
build_ruby_dependencies="curl build-essential libreadline-dev zlib1g-dev libsqlite3-dev libssl-dev libxml2-dev libxslt-dev autoconf automake bison libtool"
|
||||||
pkg_dependencies="$pkg_dependencies $ruby_dependencies"
|
pkg_dependencies="$pkg_dependencies $ruby_dependencies"
|
||||||
build_pkg_dependencies="$build_pkg_dependencies $build_ruby_dependencies"
|
build_pkg_dependencies="$build_pkg_dependencies $build_ruby_dependencies"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue