luckyframework / website-old

The old website for Lucky (archived)
https://github.com/luckyframework/website-v2
MIT License
11 stars 29 forks source link

updated eventmachine. Fixes #214 #215

Open jwoertink opened 5 years ago

jwoertink commented 5 years ago

Fixes #214

jwoertink commented 5 years ago

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

paulcsmith commented 5 years ago

Maybe you can update the Gemfile ruby version: https://github.com/luckyframework/website/blob/b869701d9e654c531ca78e16c2693f52248c7e65/Gemfile#L3

jwoertink commented 5 years ago

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 https://github.com/netlify/build-image/issues/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.