From 90d865bc3b0b1afde2eca6be759ea720adba8b6d Mon Sep 17 00:00:00 2001 From: f Date: Wed, 27 May 2020 19:03:27 -0300 Subject: [PATCH] sassc no funciona con jemalloc en alpine :( --- app/models/deploy_local.rb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/models/deploy_local.rb b/app/models/deploy_local.rb index cc02dfd..24efd53 100644 --- a/app/models/deploy_local.rb +++ b/app/models/deploy_local.rb @@ -58,8 +58,7 @@ class DeployLocal < Deploy 'HOME' => home_dir, 'PATH' => paths.join(':'), 'JEKYLL_ENV' => Rails.env, - 'LANG' => ENV['LANG'], - 'LD_PRELOAD' => ENV['LD_PRELOAD'] + 'LANG' => ENV['LANG'] } end @@ -86,11 +85,9 @@ class DeployLocal < Deploy run %(bundle install --no-cache --path="#{gems_dir}") end - # rubocop:disable Metrics/LineLength def jekyll_build run "bundle exec jekyll build --trace --destination \"#{escaped_destination}\"" end - # rubocop:enable Metrics/LineLength # no debería haber espacios ni caracteres especiales, pero por si # acaso...