Ian Davis
bc06775e04
Steamline build jobs
...
- Removes cargo caching (since we don't build FFI from source, this
isn't used)
- Removes npm (this isn't a build dependency, so not sure why it was
being installed)
2022-11-07 16:18:01 +00:00
Ian Davis
2895dcfa98
Clean up workspace usage
2022-11-07 16:18:01 +00:00
Ian Davis
75f9f72147
Skip homebrew release on prereleases (i.e. *-rc)
2022-11-07 16:18:01 +00:00
Ian Davis
ecef0b6361
Fix goreleaser release workflow
2022-11-07 16:17:22 +00:00
Ian Davis
7afa5c9255
Various tweaks to get m1 self hosted build working
...
- Set CPATH and LIBRARY_PATH for lotus m1 build
- support dry-run on new release job
2022-11-07 16:16:19 +00:00
Ian Davis
568cd38b0f
Rebuild pipeline using goreleaser prebuilt binaries
...
This builds three separate binaries (darwin/amd64, darwin/arm64,
linux/amd64), and then combines them into single release (including a
universal darwin binary) using goreleaser.
Also removes build-ntwk-{calibration,butterfly}
2022-11-07 16:16:19 +00:00
Geoff Stuart
f5ec47a2b3
Merge pull request #9559 from filecoin-project/clean-up-homebrew-deps
...
_ci_ Remove unneeded homebrew deps
2022-10-27 12:17:53 +01:00
Ian Davis
0ad2fba4d2
Remove unneeded homebrew deps
...
We don't use these homebrew deps when installing a prebuilt binary.
Additionally, the bzr package was disabled
2022-10-27 10:37:29 +01:00
Aayush Rajasekaran
5071a59f1a
Makefile: Drop rarely used binaries from build-devnets ( #9513 )
2022-10-24 17:20:43 +01:00
Geoff Stuart
ebfd5c2db0
Merge pull request #9534 from filecoin-project/apt-get-timeout
...
_ci_: Have apt-get wait until it can get a lock in packer builds
2022-10-21 09:42:07 -04:00
Ian Davis
c85a540986
Have apt-get wait until it can get a lock
2022-10-20 21:15:46 +01:00
Geoff Stuart
a955a6308a
Merge pull request #9496 from filecoin-project/appimage-go1.18.1-fix
...
_ci_ Appimage go1.18.1 fix
2022-10-18 13:34:49 -04:00
Ian Davis
a406df64cf
Use GO_VERSION_MIN in Makefile check
2022-10-18 16:41:28 +01:00
Ian Davis
e88a7f7088
mv GO_VERSION GO_VERSION_MIN
2022-10-18 16:20:10 +01:00
Aayush Rajasekaran
8a2f8c34cc
Merge pull request #9495 from filecoin-project/fix/postsched-ping-flood
...
fix: post worker sched: Don't check worker session in a busy loop
2022-10-14 11:37:23 -04:00
Ian Davis
296eaff73c
Use GO_VERSION to set / verify go version
2022-10-14 15:25:40 +01:00
Łukasz Magiera
32de871243
fix: post worker sched: Don't check worker session in a busy loop
2022-10-14 15:58:25 +02:00
Ian Davis
cf60d862f8
Add GO_VERSION file
2022-10-14 14:43:57 +01:00
Ian Davis
a294a9592e
Remove old go version first
2022-10-14 14:43:57 +01:00
Aayush Rajasekaran
4d28bdeab7
Merge pull request #9387 from filecoin-project/asr/fip0036
...
feat: shed: FIP0036 post poll result processing
2022-10-13 15:21:18 -04:00
Aayush Rajasekaran
e5f48ad9bf
Merge pull request #9425 from filecoin-project/packer-tweaks
...
_ci_: Fix failing Digital Ocean and Amazon Machine Image release process
2022-10-12 13:41:58 -04:00
Aayush Rajasekaran
2bdd2bf5cd
Merge pull request #9471 from filecoin-project/fix/membstore-codec
...
fix: bstore: Handle codecs correctly in membstore Get
2022-10-12 13:18:10 -04:00
Aayush Rajasekaran
983fd2010f
Merge pull request #9472 from filecoin-project/misc/gh-pr-templ-cleanup
...
misc: github: Cleanup PR template
2022-10-12 13:15:42 -04:00
Łukasz Magiera
2f046ec8db
misc: github: Cleanup PR template
2022-10-12 10:30:12 +02:00
Łukasz Magiera
516ad171d2
fix: bstore: Handle codecs correctly in membstore Get
2022-10-12 10:03:22 +02:00
Łukasz Magiera
e40fc14f85
Merge pull request #9436 from filecoin-project/feat/uptime
...
feat: Add node uptime rpc / output in info command
2022-10-11 18:20:41 +02:00
Łukasz Magiera
2c11f9d265
feat: Add node uptime rpc / output in info command
2022-10-11 10:11:09 +02:00
Łukasz Magiera
1720f51d69
Merge pull request #9460 from simlecode/fix/incorrect-calculation
...
fix: not multiplied by the number of seconds
2022-10-11 09:42:27 +02:00
Łukasz Magiera
d845e65443
Merge pull request #9459 from filecoin-project/fix/netping-arg
...
fix: ux: specify arg in `net ping` cmd
2022-10-10 14:42:17 +02:00
Łukasz Magiera
91d5efe5ee
Merge pull request #9455 from rvagg/rvagg/merkledag-0.8
...
deps: upgrade go-merkledag to 0.8.0
2022-10-10 14:40:03 +02:00
simlecode
e69fdaf48b
fix: not multiplied by the number of seconds
2022-10-10 16:18:35 +08:00
Phi
0645225801
fix: ux: specify arg in net ping
cmd
...
Specify that you need to ping the `peerMultiaddrs` with the `lotus net ping` and `lotus-miner net ping`.
2022-10-10 08:31:55 +02:00
Rod Vagg
249dfae727
deps: upgrade go-merkledag to 0.8.0
2022-10-08 10:49:46 +11:00
Aayush Rajasekaran
e57a27e12a
Merge pull request #9416 from filecoin-project/fix/wallet-cmd-outputs
...
fix: ux: Add outputs to wallet commands
2022-10-07 00:10:10 -04:00
Aayush Rajasekaran
b4c5a3a779
Merge pull request #9430 from filecoin-project/docs/reltpl-codegen
...
docs: release template: Mention codegen in release prep
2022-10-07 00:09:30 -04:00
Jiaying Wang
ff02579c3d
Merge pull request #9433 from filecoin-project/chore/v1.17.2-master
...
chore: merge releases (v1.17.2) into master
2022-10-06 09:40:39 -04:00
Łukasz Magiera
80e99be62a
Merge pull request #9434 from ribasushi/chore/shed_at_notation
...
chore:shed: Teach shed/sim to understand --tipset=@nnn notation
2022-10-05 19:35:27 +00:00
Peter Rabbitson
ce65cdd1e5
Teach shed/sim to understand --tipset=@nnn notation
2022-10-05 21:10:19 +02:00
Łukasz Magiera
7859d62a90
Merge remote-tracking branch 'origin/releases' into chore/v1.17.2-master
2022-10-05 19:04:39 +00:00
Łukasz Magiera
fb0fb7144b
Merge pull request #9432 from filecoin-project/release/v1.17.2
...
release: v1.17.2
2022-10-05 18:32:08 +00:00
Jiaying Wang
c4901e998a
Merge pull request #9431 from filecoin-project/chore/v1.17.2-prep
...
Release v1.17.2
2022-10-05 13:45:08 -04:00
Łukasz Magiera
d468c36216
release v1.17.2
2022-10-05 16:58:49 +00:00
Łukasz Magiera
f4ed8476ef
docs: release template: Mention codegen in release prep
2022-10-05 16:29:30 +00:00
Łukasz Magiera
4d7eddc52c
Merge pull request #9428 from filecoin-project/backport/9402
...
fix: renew --only-cc with sectorfile
2022-10-05 16:17:06 +00:00
Phi
396f5d610e
fix: renew --only-cc with sectorfile
...
Add the ability to extend/renew only CC-sectors with the `--only-cc` when using a sector-file.
2022-10-05 15:43:13 +00:00
Ian Davis
284bfc9a57
Run packer build biweekly
...
This runs the build more often so we can continue to debug any remaining
issues, and ensures that we release a new image on the 15th of this
month (since it was broken on the 1st)
2022-10-05 13:05:36 +01:00
Ian Davis
d1981ef34e
Increase aws_polling / no_output_timeout to 1h
2022-10-05 12:28:41 +01:00
Ian Davis
80dc0ce879
Don't alias the lotus-daemon
2022-10-05 12:28:41 +01:00
Ian Davis
1d1f55125a
Fix issue with snap renaming in packer script
2022-10-05 12:28:39 +01:00
Shrenuj Bansal
e74838f024
Merge pull request #9413 from filecoin-project/sbansal/single-partition-post-for-recovery-sectors
...
feat: wdpost: Add ability to only have single partition per msg for partitions with…
2022-10-05 10:56:41 +00:00