Skip to content

Commit

Permalink
Skip Solidity files generation when RISC0_SKIP_BUILD is enabled (#99)
Browse files Browse the repository at this point in the history
* skip build

* drop check

* fix env import

---------

Co-authored-by: Victor Graf <victor@risczero.com>
  • Loading branch information
capossele and nategraf authored May 30, 2024
1 parent 53d849b commit d01c32b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
"./apps/Cargo.toml",
"./methods/Cargo.toml",
"./methods/guest/Cargo.toml",
]
],
"rust-analyzer.check.extraEnv": {
"RISC0_SKIP_BUILD": "1",
}
}

0 comments on commit d01c32b

Please sign in to comment.