Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Travis builds fail because of a segmentation fault #1354

Closed
MutazAshhab opened this issue Feb 23, 2022 · 2 comments · Fixed by #1355
Closed

Travis builds fail because of a segmentation fault #1354

MutazAshhab opened this issue Feb 23, 2022 · 2 comments · Fixed by #1355

Comments

@MutazAshhab
Copy link
Contributor

In previous pull requests (now closed and un-merged) Travis, the CI tool, failed to complete the build as it ran into a segmentation fault while installing the sassc gem.

Build #2304 https://app.travis-ci.com/github/openaustralia/publicwhip/builds/246832799#L821.

@MutazAshhab
Copy link
Contributor Author

A solution that was discussed and worked for other developers is adding this snippet to config/initializers/assets.rb

Rails.application.config.assets.configure do |env|
  env.export_concurrent = false
end

mentioned here sass/sassc-ruby#197 (comment)

@MutazAshhab
Copy link
Contributor Author

In a previous PR (#1350) builds without this change would fail build 2304.1, after the change was pushed to that PR the build succeeded build 2311

MutazAshhab added a commit to MutazAshhab/publicwhip that referenced this issue Feb 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant