v2.1.0-rc* clean slate builds fail due to unresolvable commit ca8daa2870f3 #1813
Closed
12 tasks done
Labels
kind/bug
Kind: Bug
Checklist
Latest release
, or the most recent RC(release canadiate) for the upcoming release or the dev branch(master), or have an issue updating to any of these.Boost component
Boost Version
Describe the Bug
On the morning of 2023-11-09 building boost, with the steps outlined in the installation instructions, started failing. Troubleshooting the issue pointed to a go module dependency
github.com/filecoin-project/boost/extern/[email protected]
that wasn't resolvable any more, neither by go's hosted module cache nor on Github itself. Checking in the repo and on github the reason for this turned out to be that commitca8daa2870f3
wasn't referenced by the repo any more.Thankfully after contacting @masih the commit could be reintroduced to a branch of the repo resolving the issue.
Slack discussion:
first
resolution
Logging Information
Repo Steps
To isolate the issue I created a Dockerfile to make static, clean slate builds of boost.
NOTE: as the commit in question has been made resolvable again on the
filecoin-project/boost
repo builds are working again so the error described here will not appear. If one where to make a similar situation though, this Dockerfile could be used to illustrate the issue.github.com/filecoin-project/boost/extern/[email protected]: invalid version: unknown revision ca8daa2870f3
...
The text was updated successfully, but these errors were encountered: