Skip to content
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

Depend on commit from main for boostd-data dependency #1814

Merged
merged 1 commit into from
Nov 10, 2023

Conversation

masih
Copy link
Member

@masih masih commented Nov 10, 2023

When boost is built from source without cloning boostd-data extern folder the go module will pull the version in go.mod which used to point to a branch commit.

The changes here changes to commit to point to a commit from main, head of v2.1.0-rc3. This is done by executing:

go get github.com/filecoin-project/boost/extern/boostd-data@1622d0ce2581bcaba6c1d1c6c46d2576576fa716

Run go mod tidy on root and nested modules.

Fixes #1813

When boost is built from source without cloning boostd-data extern
folder the go module will pull the version in go.mod which used to point
to a branch commit.

The changes here changes to commit to point to a commit from main, head
of `v2.1.0-rc3`. This is done by executing:

`go get github.com/filecoin-project/boost/extern/boostd-data@1622d0ce2581bcaba6c1d1c6c46d2576576fa716`

Run `go mod tidy` on root and nested modules.

Fixes #1813
@masih masih marked this pull request as ready for review November 10, 2023 12:24
@masih masih requested a review from ischasny November 10, 2023 12:24
@masih masih merged commit b107947 into main Nov 10, 2023
@masih masih deleted the masih/boostd-dep-sync branch November 10, 2023 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

v2.1.0-rc* clean slate builds fail due to unresolvable commit ca8daa2870f3
2 participants