-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
build: release Lotus node|miner v1.30.0 #12678
Conversation
bump versions to v1.30.0 and run `make gen` and `make docsgen-cli`
chore: update changelog for v1.30.0
chore: update changelog
Hmmm... It seems like Build miner (macos-13) is also failing on this PR: https://github.com/filecoin-project/lotus/actions/runs/11707006213/job/32605452603?pr=12678, not sure if we can skip this check and just publish the tags manually? Or if this is worth looking into more deeply? |
I think we should take a closer look. I am not sure why it is failing. |
Pushed a test where I downgraded Filecoin-FFI to v1.30.0-rc2, just to see if that is where the issue lies |
It's not looking any better. I wonder if something has changed in the github actions runners? |
1e13aa6
to
401a395
Compare
We shouldn't even be building the FFI here, we should be using pre-built assets. I think the issue is that we're trying to build a universal binary on macos-13 (x86) when we usually build on |
|
We need submoule tags to be able to fetch the pre-built FFI.
b511167
to
82152d4
Compare
chore: add upgrade epoch and time to changelog
…roject/lotus into phi/prep-v1300-stable
Yeah 👍 but what changed since the last release? |
* chore: bump version to v1.30.0 bump versions to v1.30.0 and run `make gen` and `make docsgen-cli` * chore: update changelog for v1.30.0 chore: update changelog for v1.30.0 * chore: update changelog chore: update changelog * fix(ci): fetch tags We need submoule tags to be able to fetch the pre-built FFI. * chore: add upgrade epoch and time to changelog chore: add upgrade epoch and time to changelog --------- Co-authored-by: Steven Allen <[email protected]>
* chore: bump version to v1.30.0 bump versions to v1.30.0 and run `make gen` and `make docsgen-cli` * chore: update changelog for v1.30.0 chore: update changelog for v1.30.0 * chore: update changelog chore: update changelog * fix(ci): fetch tags We need submoule tags to be able to fetch the pre-built FFI. * chore: add upgrade epoch and time to changelog chore: add upgrade epoch and time to changelog --------- Co-authored-by: Steven Allen <[email protected]>
Related Issues
#12480
Proposed Changes
Update changelog and versions for v1.30.0.
Additional Info
Opened the same changes #12677, but for some reason that never created the draft releases automatically
Checklist
Before you mark the PR ready for review, please make sure that: