mirror of
https://github.com/YunoHost-Apps/diaspora_ynh.git
synced 2024-09-03 18:26:13 +02:00
Add comment about jemalloc workaround
This commit is contained in:
parent
a1524318b2
commit
2fa0c1900d
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue