Skip to content

Remove rust toolchain installation in workflow#195

Merged
strokovok merged 1 commit intodevelopfrom
remove-workflow-toolchain-installing
Jul 21, 2021
Merged

Remove rust toolchain installation in workflow#195
strokovok merged 1 commit intodevelopfrom
remove-workflow-toolchain-installing

Conversation

@strokovok
Copy link
Copy Markdown
Member

Makes no sense after migrating to self-hosted runner (local runtime already have this toolchain).
Furthermore, it creates unwanted data-races

Copy link
Copy Markdown
Contributor

@joshuajbouw joshuajbouw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As discussed, should be good. Perhaps re-run the CI a few times to ensure the issue is fixed?

@strokovok strokovok force-pushed the remove-workflow-toolchain-installing branch from 83bc575 to 715decd Compare July 21, 2021 14:27
@strokovok strokovok marked this pull request as ready for review July 21, 2021 14:34
@strokovok strokovok requested a review from artob as a code owner July 21, 2021 14:34
@strokovok strokovok merged commit 82205cd into develop Jul 21, 2021
@strokovok strokovok deleted the remove-workflow-toolchain-installing branch July 21, 2021 14:34
artob added a commit that referenced this pull request Jul 30, 2021
* JSON: fix bugs and add unit tests. (#141)
* Add storage layout debug support for `EvmErc20.sol`. (#178)
* ERC-20: forbid using invalid NEP-141 AccountID for mapping. (#179)
* Add EIP-2930 support. (#181, #182)
* Migrate all workflows to self-hosted runners. (#185)
* Speed up the workflow using build caching. (#189)
* Use the new math API host functions. (#190)
* Fix `clippy::enum_variant_names` warning. (#192)
* Add different networks to the Makefile. (#193)
* Update the network status in the README. (#194)
* Remove the toolchain installation step in workflows. (#195)
* Run all tests for all networks in CI. (#196)
* Optimize for performance instead of code size. (#197)
* Parallelize the test suites. (#198)
* Add build-caching to the testing workflow. (#201)
* Refactor tests to use Signer. (#203)
* Add options to the bench profile. (#204)
* Remove a duplicate test. (#205)
* Add a sanity test for access list handling. (#206)
* Update nearcore to the latest branch.
* Add feature gates to the SDK's new host functions.

Co-authored-by: Ahmed Ali <ahmed@aurora.dev>
Co-authored-by: Dmitry Strokov <dmitry@aurora.dev>
Co-authored-by: Evgeny Ukhanov <evgeny@aurora.dev>
Co-authored-by: Joshua J. Bouw <joshua@aurora.dev>
Co-authored-by: Kirill <kirill@aurora.dev>
Co-authored-by: Michael Birch <michael@aurora.dev>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants