aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authoryalh76 <yalh@yahoo.com>2022-04-26 21:08:14 +0200
committerGitHub <noreply@github.com>2022-04-26 21:08:14 +0200
commit3bcaeda6db21f9bf900530b0553f1c77d59b7829 (patch)
tree321082d132ab988df242ac46ad648ed41ab45090 /scripts
parentcfe506676f19f15ccbebb3a5ce392423d8e71af7 (diff)
parent3e51844196ff07a1bae7edf9ce1fde93cd25e387 (diff)
downloadmastodon_ynh-3bcaeda6db21f9bf900530b0553f1c77d59b7829.tar.gz
mastodon_ynh-3bcaeda6db21f9bf900530b0553f1c77d59b7829.tar.bz2
mastodon_ynh-3bcaeda6db21f9bf900530b0553f1c77d59b7829.zip
Merge pull request #322 from YunoHost-Apps/testing
Fix Nokogiri dep install
Diffstat (limited to 'scripts')
-rw-r--r--scripts/install1
-rw-r--r--scripts/upgrade1
2 files changed, 2 insertions, 0 deletions
diff --git a/scripts/install b/scripts/install
index 696d59e..bb99a57 100644
--- a/scripts/install
+++ b/scripts/install
@@ -206,6 +206,7 @@ ynh_script_progression --message="Installing Mastodon..."
pushd "$final_path/live"
ynh_exec_as $app $ynh_ruby_load_path $ld_preload bin/bundle config deployment 'true'
ynh_exec_as $app $ynh_ruby_load_path $ld_preload bin/bundle config without 'development test'
+ ynh_exec_as $app $ynh_ruby_load_path $ld_preload bin/bundle config set force_ruby_platform true
ynh_exec_as $app $ynh_ruby_load_path $ld_preload bin/bundle install -j$(getconf _NPROCESSORS_ONLN)
ynh_use_nodejs
ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH yarn install --pure-lockfile
diff --git a/scripts/upgrade b/scripts/upgrade
index 1c24a62..3b8290c 100644
--- a/scripts/upgrade
+++ b/scripts/upgrade
@@ -272,6 +272,7 @@ ynh_script_progression --message="Upgrading Mastodon..."
pushd "$final_path/live"
ynh_exec_as $app $ynh_ruby_load_path $ld_preload bin/bundle config deployment 'true'
ynh_exec_as $app $ynh_ruby_load_path $ld_preload bin/bundle config without 'development test'
+ ynh_exec_as $app $ynh_ruby_load_path $ld_preload bin/bundle config set force_ruby_platform true --quiet
ynh_exec_as $app $ynh_ruby_load_path $ld_preload bin/bundle install -j$(getconf _NPROCESSORS_ONLN)
ynh_use_nodejs
ynh_exec_as $app $ynh_node_load_PATH yarn install --pure-lockfile