athenavm / athena

Athena monorepo
https://www.athenavm.org/
Apache License 2.0
17 stars 1 forks source link

Remove references to "zkvm" #16

Open lrettig opened 3 months ago

lrettig commented 3 months ago

The "OS" portion of the Rust toolchain target triple is still set to "zkvm": https://github.com/athenavm/rustc-rv32e-toolchain/blob/main/patches/rust.patch. This is a holdover from the forked SP1 code. We should probably switch this to "athena" to avoid confusion. Will require updating the feature flags as well as the Rust toolchain.