CI improvements (#230)

- llvm artifacts search, download and extract now in `get-llvm` action 
- `get-emsdk` action - clone, install, activate emsdk, so we don't need
to build `revive-builder` for this
- switch workflows to new actions
- `concurrency` for remaining workflows (cancel run if new run is
triggered)
- `target_commitish` for main release, fixes release commit 
- Run release workflow in PR without creating a release if PR is labeled
with `release-test`

---------

Co-authored-by: cornholio <0@mcornholio.ru>
Co-authored-by: Alexander Theißen <alex.theissen@me.com>
Co-authored-by: xermicus <cyrill@parity.io>
Co-authored-by: xermicus <bigcyrill@hotmail.com>
This commit is contained in:
Evgeny Snitko
2025-02-25 17:33:59 +04:00
committed by GitHub
parent f1bce4fe3f
commit 7ffe64ed7c
8 changed files with 169 additions and 138 deletions
+5 -5
View File
@@ -14,7 +14,7 @@ Supported `polkadot-sdk` rev: `274a781e8ca1a9432c7ec87593bd93214abbff50`
### Added
### Changed
### Changed
### Fixed
- A bug causing incorrect loads from the emulated EVM linear memory.
@@ -30,7 +30,7 @@ Supported `polkadot-sdk` rev: `274a781e8ca1a9432c7ec87593bd93214abbff50`
- Support for the `coinbase` opcode.
- The resolc web JS version.
### Changed
### Changed
- Missing the `--overwrite` flag emits an error instead of a warning.
- The `resolc` executable prints the help by default.
- Removed support for legacy EVM assembly (EVMLA) translation.
@@ -52,7 +52,7 @@ This is a development pre-release.
### Added
### Changed
### Changed
- Syscalls with more than 6 arguments now pack them into registers.
### Fixed
@@ -92,9 +92,9 @@ This is a development pre-release.
- Calls forward maximum weight limits instead of 0, anticipating a change in polkadot-sdk where weight limits of 0 no longer interprets as uncapped limit.
### Fixed
- A linker bug which was preventing certain contracts from linking with the PVM linker.
- A linker bug which was preventing certain contracts from linking with the PVM linker.
- JS: Fix encoding conversion from JS string (UTF-16) to UTF-8.
- The git commit hash slug is always displayed in the version string.
- The git commit hash slug is always displayed in the version string.
## v0.1.0-dev.6