mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 14:01:02 +00:00
Exclude sp-*-fuzzer from release process (#5749)
This commit is contained in:
committed by
GitHub
parent
6a7e86e677
commit
37bbe2a319
@@ -39,7 +39,7 @@ variables:
|
|||||||
ARCH: "x86_64"
|
ARCH: "x86_64"
|
||||||
# FIXME set to release
|
# FIXME set to release
|
||||||
CARGO_UNLEASH_INSTALL_PARAMS: "--version 1.0.0-alpha.10"
|
CARGO_UNLEASH_INSTALL_PARAMS: "--version 1.0.0-alpha.10"
|
||||||
CARGO_UNLEASH_PKG_DEF: "--skip node node-* pallet-template pallet-example pallet-example-* subkey chain-spec-builder sp-arithmetic-fuzzer"
|
CARGO_UNLEASH_PKG_DEF: "--skip node node-* pallet-template pallet-example pallet-example-* subkey chain-spec-builder"
|
||||||
CARGO_TARGET_WASM32_UNKNOWN_UNKNOWN_RUNNER: "wasm-bindgen-test-runner"
|
CARGO_TARGET_WASM32_UNKNOWN_UNKNOWN_RUNNER: "wasm-bindgen-test-runner"
|
||||||
WASM_BINDGEN_TEST_TIMEOUT: 120
|
WASM_BINDGEN_TEST_TIMEOUT: 120
|
||||||
CHROMEDRIVER_ARGS: "--log-level=INFO --whitelisted-ips=127.0.0.1"
|
CHROMEDRIVER_ARGS: "--log-level=INFO --whitelisted-ips=127.0.0.1"
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ homepage = "https://substrate.dev"
|
|||||||
repository = "https://github.com/paritytech/substrate/"
|
repository = "https://github.com/paritytech/substrate/"
|
||||||
description = "Fuzzer for fixed point arithmetic primitives."
|
description = "Fuzzer for fixed point arithmetic primitives."
|
||||||
documentation = "https://docs.rs/sp-arithmetic-fuzzer"
|
documentation = "https://docs.rs/sp-arithmetic-fuzzer"
|
||||||
|
publish = false
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
targets = ["x86_64-unknown-linux-gnu"]
|
targets = ["x86_64-unknown-linux-gnu"]
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ homepage = "https://substrate.dev"
|
|||||||
repository = "https://github.com/paritytech/substrate/"
|
repository = "https://github.com/paritytech/substrate/"
|
||||||
description = "Fuzzer for phragmén implementation."
|
description = "Fuzzer for phragmén implementation."
|
||||||
documentation = "https://docs.rs/sp-phragmen-fuzzer"
|
documentation = "https://docs.rs/sp-phragmen-fuzzer"
|
||||||
|
publish = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
sp-phragmen = { version = "2.0.0-alpha.5", path = ".." }
|
sp-phragmen = { version = "2.0.0-alpha.5", path = ".." }
|
||||||
|
|||||||
Reference in New Issue
Block a user