Skip to content

Commit

Permalink
Set export_concurrent to false. Fixes openaustralia#1354
Browse files Browse the repository at this point in the history
  • Loading branch information
MutazAshhab committed Feb 23, 2022
1 parent a2fb389 commit cfa288e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/initializers/assets.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@
# application.js, application.css, and all non-JS/CSS in the app/assets
# folder are already added.
Rails.application.config.assets.precompile += %w( email.css )

# To prevent segmentation fault when building in Travis
Rails.application.config.assets.configure do |env|
env.export_concurrent = false
end

0 comments on commit cfa288e

Please sign in to comment.