1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/diaspora_ynh.git synced 2024-09-03 16:26:13 +00:00

Add comment about jemalloc workaround

This commit is contained in:
Augustin Trancart 2023-03-08 15:16:23 +01:00
parent a1524318b2
commit 2fa0c1900d

View file

@ -12,8 +12,9 @@ ruby_version=2.7
nodejs_version=14
bundler_version=2.1.4
# Workaround for Mastodon on Bullseye
# Workaround for ruby 2.7 on Bullseye
# See https://github.com/mastodon/mastodon/issues/15751#issuecomment-873594463
# Apparently fixed on ruby 3.0.4
if [ "$(lsb_release --codename --short)" = "bullseye" ]; then
case $YNH_ARCH in
amd64)