mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-23 09:41:07 +00:00
staking-miner: docker images (#3682)
* staking-miner: docker image * renaming * add doc * fix readme * remove the creation of home for the polkadot user * new builder image for the staking-miner * remove mentions of the polkadot binary and add env * foc: fix doc * fix typos and dictionnary * doc + sync up the 2 images * doc: fine tuning the doc * doc: security warning
This commit is contained in:
@@ -6,7 +6,7 @@ description = "Polkadot Relay-chain Client Node"
|
||||
edition = "2018"
|
||||
|
||||
[package.metadata.wasm-pack.profile.release]
|
||||
# `wasm-opt` has some problems on linux, see
|
||||
# `wasm-opt` has some problems on Linux, see
|
||||
# https://github.com/rustwasm/wasm-pack/issues/781 etc.
|
||||
wasm-opt = false
|
||||
|
||||
@@ -46,7 +46,7 @@ cli = [
|
||||
"frame-benchmarking-cli",
|
||||
"try-runtime-cli",
|
||||
"polkadot-node-core-pvf",
|
||||
# memory stats require jemalloc, which we know is enabled for linux
|
||||
# memory stats require jemalloc, which we know is enabled for Linux
|
||||
# but not present on wasm or windows
|
||||
# https://github.com/paritytech/parity-common/blob/master/parity-util-mem/src/allocators.rs#L9-L34
|
||||
# Once
|
||||
|
||||
Reference in New Issue
Block a user