Yi
Yi
`v4` breaking changes says ([ref](https://github.com/codecov/codecov-action?tab=readme-ov-file#breaking-changes)) > Tokenless uploading is unsupported.
CI log says > Error: Codecov token not found. Please provide Codecov token with -t flag. Since token seems to be included in the workflows already, I think we should...
Theme: Proposal Description: Deprecate manylinux2014 and make sure everything goes well on manylinux_2_28 Timeline: Q3 / 2024 Assignee: Me
> `checkout@v3` is not compatible with manylinux2014 because of the node20 issue. It's `checkout@v4` not compatible. `manylinux2014` is already failing before this PR and should be irrelevant to `actions/checkout`.
feat: Prepare to deprecate manylinux2014 and use a new base OS for the general Linux release process
Closing as #3848 has updated `installer_v2.sh`.
**\*** I think the roadmap has nothing to do with Ubuntu. Result generated from #3654: | plugin | test (exit) | | --- | --- | | wasi_crypto | 0...
I didn't look into the errors, but I guess it's better to keep both of them for now. I'll still leave this issue opened because they look fixable.
Reopen accidentally closed PR ;_;
@hydai PTAL I want to make sure 1. Do we need to test all plugins on every combinations `ubuntu---x86_64`? Currently we have - `ubuntu-20.04-clang-x86_64` (release only) - `ubuntu-22.04-clang-x86_64` (build and...
> > 2. Is this PR able to merge with only partial refactor as it is now (9 plugins to be exact)? > > Should we wait for all plugins...