@@ -64,13 +64,16 @@ jobs:
6464 - name : Enable 32x9 fields implementation
6565 run : |
6666 cargo install sd
67- export ORIGINAL='ark-ff = { version = "0.3.0", features = [ "parallel", "asm", "std" ] }'
68- export WITH_FEATURE='ark-ff = { version = "0.3.0", features = [ "parallel", "asm", "std", "32x9" ] }'
69- sd -F "$ORIGINAL" "$WITH_FEATURE" ./Cargo.toml
70-
71- export ORIGINAL='mina-curves = { git = "https://github.com/openmina/proof-systems", rev = "c478b19" }'
72- export WITH_FEATURE='mina-curves = { git = "https://github.com/openmina/proof-systems", rev = "c478b19", features = [ "32x9" ] }'
73- sd -F "$ORIGINAL" "$WITH_FEATURE" ./Cargo.toml
67+ sd '^mina-curves.*$' '' ./Cargo.toml
68+ sd '^ark-ff = \{ version .*$' '' ./Cargo.toml
69+ sd -F '# ENABLE_IN_CI ' '' ./Cargo.toml
70+
71+ # export ORIGINAL='ark-ff = { version = "0.3.0", features = [ "parallel", "asm", "std" ] }'
72+ # export WITH_FEATURE='ark-ff = { version = "0.3.0", features = [ "parallel", "asm", "std", "32x9" ] }'
73+ # sd -F "$ORIGINAL" "$WITH_FEATURE" ./Cargo.toml
74+ # export ORIGINAL='mina-curves = { git = "https://github.com/openmina/proof-systems", rev = "c478b19" }'
75+ # export WITH_FEATURE='mina-curves = { git = "https://github.com/openmina/proof-systems", rev = "c478b19", features = [ "32x9" ] }'
76+ # sd -F "$ORIGINAL" "$WITH_FEATURE" ./Cargo.toml
7477
7578 cat ./Cargo.toml
7679 - name : Build ledger tests
0 commit comments