Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions scripts/gitlab/check_runtime_benchmarks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@
#shellcheck source=lib.sh
source "$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )/lib.sh"

skip_if_companion_pr

time cargo check --features runtime-benchmarks
2 changes: 0 additions & 2 deletions scripts/gitlab/check_web_wasm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
#shellcheck source=lib.sh
source "$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )/lib.sh"

skip_if_companion_pr

time cargo build --locked --target=wasm32-unknown-unknown --manifest-path runtime/polkadot/Cargo.toml
time cargo build --locked --target=wasm32-unknown-unknown --manifest-path runtime/kusama/Cargo.toml
time cargo build --locked --target=wasm32-unknown-unknown --manifest-path erasure-coding/Cargo.toml
Expand Down
2 changes: 0 additions & 2 deletions scripts/gitlab/test_deterministic_wasm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
#shellcheck source=lib.sh
source "$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )/lib.sh"

skip_if_companion_pr

# build runtime
WASM_BUILD_NO_COLOR=1 cargo build --verbose --release -p kusama-runtime -p polkadot-runtime -p westend-runtime
# make checksum
Expand Down
2 changes: 0 additions & 2 deletions scripts/gitlab/test_linux_stable.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@
#shellcheck source=lib.sh
source "$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )/lib.sh"

skip_if_companion_pr

time cargo test --all --release --verbose --locked --features runtime-benchmarks