You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new rzup utility will store the cpp toolchain under ~/.rzup. Modify the risc0-build functionality to look at this location first before checking the old location. This allows cargo build to function regardless of if the user chooses cargo risczero install or the new rzup to install their toolchain.
Motivation
This is needed for the new rzup to supersede cargo risczero install. This is a temporary measure
Implementation
Change the risc0_data() function to return the path in ~/.rzup if it exists. otherwise, return the old path.
The text was updated successfully, but these errors were encountered:
Feature
The new
rzup
utility will store the cpp toolchain under~/.rzup
. Modify the risc0-build functionality to look at this location first before checking the old location. This allowscargo build
to function regardless of if the user choosescargo risczero install
or the newrzup
to install their toolchain.Motivation
This is needed for the new
rzup
to supersedecargo risczero install
. This is a temporary measureImplementation
Change the risc0_data() function to return the path in
~/.rzup
if it exists. otherwise, return the old path.The text was updated successfully, but these errors were encountered: