This repository has been archived by the owner on Jul 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Merge branch 'release-v0.5' * release-v0.5: westend-native -> kusama-native nox nodes nox nodes preparation Module publish (#170) parachain id only from specs update lock update node version westend readme fixes rococo nodes * CI: fix coverage, grcov new release filename
- Loading branch information
Showing
8 changed files
with
361 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,9 @@ jobs: | |
matrix: | ||
cfg: | ||
- os: self-hosted | ||
grcov: grcov-linux-x86_64.tar.bz2 | ||
grcov: | ||
version: tags/v0.8.6 | ||
file: grcov-v0.8.6-x86_64-unknown-linux-gnu.tar.gz | ||
dove: 1.5.5 | ||
|
||
env: | ||
|
@@ -49,18 +51,19 @@ jobs: | |
run: cargo clean | ||
|
||
- name: get latest grcov binary | ||
uses: dsaltares/[email protected].5 | ||
uses: dsaltares/[email protected].7 | ||
with: | ||
repo: mozilla/grcov | ||
version: "latest" | ||
file: ${{ matrix.cfg.grcov }} | ||
# TODO: use `version: "latest"` and wildcard in the `file` | ||
version: ${{ matrix.cfg.grcov.version }} | ||
file: ${{ matrix.cfg.grcov.file }} | ||
|
||
- name: unpack grcov release binary | ||
run: | | ||
tar -xvf ${{ matrix.cfg.grcov }} | ||
tar -xvf ${{ matrix.cfg.grcov.file }} | ||
sudo chown runner ./grcov && chmod +x ./grcov | ||
cp grcov ~/.cargo/bin/grcov | ||
rm ${{ matrix.cfg.grcov }} | ||
rm ${{ matrix.cfg.grcov.file }} | ||
- name: cache Dove | ||
uses: actions/cache@v2 | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.