chevdor / srtool-actions

A github action to easily build your Substrate WASM runtime using srtool with your CI
15 stars 12 forks source link

Is there a way to enable a specific rust compilation feature ? #10

Closed librelois closed 2 years ago

librelois commented 2 years ago

Hello,

we would like to implement the on-chain-release-build feature for the moonbeam runtime, but I see in the srtool code that this feature is only added for polkadot and kusama.

We use this gh action to release our on-chain runtime, is it possible via this github action to build the runtime by activating this rust compilation feature ?

chevdor commented 2 years ago

See #9

chevdor commented 2 years ago

@librelois CI should be done shortly and v0.4.0 will be then released, allowing exactly that and with an example for your specific use case. I closing by anticipation but feel free to re-open as needed.