mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 02:21:42 +00:00
sassc no funciona con jemalloc en alpine :(
This commit is contained in:
parent
0af59fa625
commit
90d865bc3b
1 changed files with 1 additions and 4 deletions
|
@ -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...
|
||||
|
|
Loading…
Reference in a new issue