-
-
Notifications
You must be signed in to change notification settings - Fork 776
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
Failure on Local Build #491
Comments
Can you provide the output for |
Environment
Bundler Build Metadata
GemfileGemfilesource "https://rubygems.org"
# Hello! This is where you manage which Jekyll version is used to run.
# When you want to use a different version, change it below, save the
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
#
# bundle exec jekyll serve
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
gem "jekyll", "~> 4.2.1"
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
# gem "github-pages", group: :jekyll_plugins
# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.6"
gem 'jekyll-timeago'
gem "just-the-docs"
gem 'jekyll-seo-tag'
gem 'jekyll-last-modified-at'
gem 'jekyll-sitemap'
end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.0" if Gem.win_platform?
gem "webrick", "~> 1.7"
gem 'google-cloud-container', '~> 1.2', '>= 1.2.2' Gemfile.lock
|
@captn3m0 bump! |
Tested against Alpine Linux + Ruby 2.6.8, and couldn't reproduce. Will try on a Mac. But here's 2 suggestions:
|
This is already the default, so shouldn't change anything on most environments, but might help with #491
Could you test #499 as well please. |
This is already the default, so shouldn't change anything on most environments, but might help with #491
Nope, still the same. Let me check on this. Was just wondering if this is already known. Will update here once I find it. |
@pradipta any news ? |
Haven't yet fixed it. Closing it for now. |
Can probably do a Gitter (-1 for Discord, it takes too much resources to run regularly), but I'd prefer if we could have an ephemeral channel for such usecases, instead of something where users expect someone to be online 24x7. How about a monthly Community call of sorts? |
+1 for the monthly connect. Down with covid, missed this @usta |
Unable to run it on Local after latest upstream fetch into my fork.
Stack Trace:
The text was updated successfully, but these errors were encountered: