We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abe5f44 commit 7a97bedCopy full SHA for 7a97bed
.github/workflows/rust.yml
@@ -496,6 +496,9 @@ jobs:
496
- program-target: cairo_stwo_exclusive_programs
497
programs-dir: cairo_programs/stwo_exclusive_programs
498
extra-args: '--cairo_pie_output {program}.rs.pie.zip'
499
+ - program-target: cairo_programs/stwo_exclusive_programs
500
+ programs-dir: cairo_stwo_exclusive_programs
501
+ extra-args: '--proof_mode --air_public_input {program}.rs.air_public_input --air_private_input {program}.rs.air_private_input '
502
name: Compute memory and execution traces with cairo-vm
503
needs: [ build-programs, build-release ]
504
runs-on: ubuntu-22.04
0 commit comments