-
Notifications
You must be signed in to change notification settings - Fork 75
added paritytech #536
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
added paritytech #536
Changes from 8 commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
78467ff
added paritytech
nimboya 4c0a34f
update branch trigger
nimboya 77034c1
update run machines
nimboya 5324f3f
Update .github/workflows/paritytech.yml
361b364
Apply suggestions from code review
cd2b867
update cargo nightly
nimboya 76db270
fix conflict
nimboya 61eeb19
update cargo exec path
nimboya 073dfe8
Update .github/workflows/check.yml
nimboya 8dbe761
update check.yml
seunlanlege d1a3ed8
Merge branch 'paritytech' of github.com:composableFi/composable into …
seunlanlege 68f769f
use llvm-cov action
seunlanlege 1af8422
prevent rust-toolchain.toml from overriding parity:ci
seunlanlege 9d6be1b
update workflow file
haroldsphinx a7464a6
fix hadolint
seunlanlege 06929d2
update hadolint to action
nimboya 68d4caf
fix conflict
nimboya 27dc3e9
remove image for unit test
nimboya ce4ad9a
fix syntax error
nimboya 0c28b07
install cargo-llvm manually
nimboya 559bc79
use image
seunlanlege b6a1e2c
Merge branch 'paritytech' of github.com:composableFi/composable into …
seunlanlege a79b523
skip hadolint and remark
seunlanlege 847a3b2
add llvm-tools-preview
seunlanlege 1799388
run llvm-cov on runner
seunlanlege ec7d174
update workflow file
haroldsphinx 0a931aa
update workflow file
haroldsphinx 7dd5b3f
update workflow file
haroldsphinx e6ddb95
force install
seunlanlege df7a9a6
llvm-cov in paritytech/ci-linux:production
seunlanlege db7f0d9
rustup show
seunlanlege fd5979c
install llvm
seunlanlege 867d7c9
remove sudo
seunlanlege 7a19e53
one-line install
seunlanlege f1b32a1
apt-get install wget
seunlanlege dc4a444
apt-get install wget
seunlanlege bd24c32
apt-get install wget
seunlanlege 9aca746
gnupg2
seunlanlege 0992b02
run code-cov on runner
seunlanlege eaa9191
path to cargo bin
seunlanlege 756186c
remove llvm installation
seunlanlege eb40f8c
use specific nightly version
seunlanlege a00a79c
please just work
seunlanlege c04102c
sigh
seunlanlege File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| name: ParityTech | ||
| on: | ||
| push: | ||
| branches: | ||
| - paritytech | ||
|
|
||
| jobs: | ||
| substrate-ci: | ||
| runs-on: | ||
| - self-hosted | ||
| - linux | ||
| - x64 | ||
| - sre | ||
| container: | ||
| image: paritytech/ci-linux:production | ||
| steps: | ||
| - uses: actions/checkout@v2 | ||
| with: | ||
| fetch-depth: 0 | ||
|
|
||
| - name: CI Checks | ||
| run: | | ||
| SKIP_WASM_BUILD=1 cargo +nightly check --benches --all # checks all rust crates with default-features, tests, benchmarks | ||
| cargo test --workspace --locked --release --verbose --features runtime-benchmarks # check runtime-benchmarks work | ||
| SKIP_WASM_BUILD=1 env -u RUSTFLAGS cargo +nightly clippy --all-targets | ||
| cargo +nightly fmt --all -- --check |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.