Piotr Galar
Piotr Galar
The CI failures are unrelated to GitHub Actions upgrades.
I've seen `TestProvidesMany` being flaky on `MacOS` where it sometimes fails with: ``` 2022-01-14T13:40:35.263Z ERROR tcp-tpt [email protected]/tcp.go:52 failed to enable TCP keepalive {"error": "set tcp4 127.0.0.1:49439->127.0.0.1:49633: setsockopt: invalid argument"} ```...
Thanks, we have https://github.com/pl-strflt/tf-aws-gh-runner which we're going to use for this.
Thanks for creating this :) I've added this to the list of issues to tackle once the bootcamp is over (next Monday I believe).
I'd also very much appreciate this. My use-case: I want to use a GitHub App that has **read-only** access to multiple orgs in Grafana.
Thanks for the report! This issue has now been fixed in the release [@nomiclabs/[email protected]](https://github.com/NomicFoundation/hardhat/releases/tag/%40nomiclabs%2Fhardhat-solhint%404.0.0)
https://github.com/filecoin-project/filecoin-ffi/blob/62960ca63d5fb1649ad95a947182175bbd5f11e8/install-filcrypto#L162-L164 suggests that it might not be possible. Is dropping darwin/amd64 support an option? Alternatively, let me know if you wanted us to look into setting up self-hosted Apple Intel...
One reservation I have about this approach concerns defining the GitHub Runners requirements in the tests themselves. In my opinion, this would needlessly expose CI implementation details to the integration...
> Any idea what caused the apt locking issue in https://github.com/filecoin-project/lotus/actions/runs/8529890853/job/23366624530?pr=11808? I have seen that before caused by ubuntu auto-updates but we disabled them since then. I propose we add...
> Any idea why test runs like [a40cced](https://github.com/filecoin-project/lotus/commit/a40cced0d92a7c30afbd74c300695342e0102796) are showing up as failed? I assume they're just getting cancelled because we're merging something else to master, unless something else is...