Skip to content
This repository was archived by the owner on Jul 12, 2019. It is now read-only.

updated eventmachine. Fixes #214 #215

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

updated eventmachine. Fixes #214 #215

wants to merge 1 commit into from

Conversation

jwoertink
Copy link
Member

Fixes #214

@jwoertink
Copy link
Member Author

Looks like this is failing because ruby 2.5.3 isn't installed. Maybe that's a config option in netlify?

@paulcsmith
Copy link
Member

@jwoertink
Copy link
Member Author

jwoertink commented Mar 10, 2019

The Gemfile already has 2.5.3 specified though. As well as the ruby-version... Maybe it's an env var that's missing to tell ntelify to install this version. They say 2.5 support was added recently netlify/build-image#123; however, I wonder if it includes 2.5.3?

Actually.. Looking at this error again, maybe 2.5.3 is installed fine.

9:49:52 AM: Installing gem bundle
9:49:52 AM: /usr/bin/env: ruby_executable_hooks
9:49:52 AM: failed during stage 'building site': Build script returned non-zero exit code: 1
9:49:52 AM: : No such file or directory
9:49:52 AM: Error during gem install
9:49:52 AM: Error running command: Build script returned non-zero exit code: 1
9:49:52 AM: Failing build: Failed to build site
9:49:52 AM: Finished processing build request in 16.053338906s
9:49:52 AM: Shutting down logging, 0 messages pending

Here's where it actually fails. No such file or directory I'm not sure which file or directory it's looking for.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants