[
https://issues.apache.org/jira/browse/CALCITE-5102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17524603#comment-17524603
]
Francis Chuang commented on CALCITE-5102:
-----------------------------------------
Thanks for fixing this Michael. When I was implementing automated site builds,
I noticed that `Gemfile.lock` was in `.gitignore`. This caused all the gems to
be downloaded when doing a fresh build and the versions of the gems would
change slightly. [~julianhyde] I noticed that this was done many years ago when
the website was setup
(https://github.com/apache/calcite-avatica/blame/05c59afed5d2cf0840e12dbe8c4727aa4b8aba17/site/.gitignore),
was there are particular reason doing this? Although the `Gemfile.lock` is not
the cause of this problem, should we add it back to `.gitignore`?
> Avatica website fails to build
> ------------------------------
>
> Key: CALCITE-5102
> URL: https://issues.apache.org/jira/browse/CALCITE-5102
> Project: Calcite
> Issue Type: Bug
> Components: avatica
> Reporter: Michael Mior
> Priority: Minor
> Time Spent: 10m
> Remaining Estimate: 0h
>
> {{The error below occurs when trying to build the repository via GitHub
> Actions.}}
> {{ }}
> {{{{Creating network "site_default" with the default driver}}}}
> {{Creating volume "site_gradle-cache" with default driver }}
> {{Pulling build-site (jekyll/jekyll:4)... }}
> {{4: Pulling from jekyll/jekyll }}
> {{Digest:
> sha256:5776c8eed572003d9ec021767d725b6aa37226bebf4a5219049c063ff8b698ef }}
> {{Status: Downloaded newer image for jekyll/jekyll:4 }}
> {{Creating site_build-site_run ... }}
> {{Creating site_build-site_run ... done }}
> {{Cloning into '/tmp/calcite-avatica-go'... }}
> {{Updated 0 paths from 74ec7ce }}
> {{Bundler 2.3.11 is running, but your lockfile was generated with 2.3.10.
> Installing Bundler 2.3.10 and restarting using that version. }}
> {{Fetching gem metadata from [https://rubygems.org/.|https://rubygems.org/] }}
> {{Fetching bundler 2.3.10 }}
> {{Installing bundler 2.3.10 }}
> {{Fetching gem metadata from [https://rubygems.org/.........] }}
> {{Your bundle is locked to listen (3.1.5) from rubygems repository }}
> {{[https://rubygems.org/] or installed locally, but that version can no
> longer be }}
> {{found in that source. That means the author of listen (3.1.5) has removed
> it. }}
> {{You'll need to update your bundle to a version other than listen (3.1.5)
> that }}
> {{hasn't been removed in order to install. }}
> {{{{7}}}}
--
This message was sent by Atlassian Jira
(v8.20.7#820007)