Since recent, site builds starts to fail on installing dependencies. The build log generates the following errors:
+ set -e
+ echo 'Starting Jekyll build'
+ chmod -R a+w /github/workspace
+ jekyll build --trace
Starting Jekyll build
Fetching gem metadata from https://rubygems.org/...........
Fetching gem metadata from https://rubygems.org/.
Resolving dependencies...
Fetching public_suffix 4.0.5
Errno::EACCES: Permission denied @ rb_file_s_rename -
(/home/jekyll/.gem/ruby/2.7.0/cache/public_suffix-4.0.5.gem,
/usr/gem/cache/public_suffix-4.0.5.gem)
An error occurred while installing public_suffix (4.0.5), and Bundler cannot
continue.
Make sure that `gem install public_suffix -v '4.0.5' --source
'https://rubygems.org/'` succeeds before bundling.
In Gemfile:
jekyll was resolved to 4.0.1, which depends on
addressable was resolved to 2.7.0, which depends on
public_suffix
Tested it against two jekyll sites and both give the same Errno:EACCESS error
Since recent, site builds starts to fail on installing dependencies. The build log generates the following errors:
Tested it against two jekyll sites and both give the same Errno:EACCESS error