Contracts rename riscv-experimental and enable ci tests (#2879)

- Keep feature name short s/riscv-experimental/riscv
- Add to feature to CI build

---------

Co-authored-by: Bastian Köcher <git@kchr.de>
This commit is contained in:
PG Herveou
2024-01-08 14:11:31 +01:00
committed by GitHub
parent dbff87c268
commit 5daef5d086
3 changed files with 8 additions and 9 deletions
@@ -21,9 +21,8 @@ parity-wasm = "0.45.0"
tempfile = "3.8.1"
toml = "0.8.2"
twox-hash = "1.6.3"
polkavm-linker = "0.3.0"
polkavm-linker = { version = "0.3.0", optional = true }
anyhow = "1.0.0"
[features]
# Enable experimental RISCV fixtures build
riscv-experimental = []
riscv = ["polkavm-linker"]