0xPolygonMiden / miden-vm

STARK-based virtual machine
MIT License
612 stars 150 forks source link

`miden-stdlib` docs failing to build for docs.rs #1282

Closed igamigo closed 2 months ago

igamigo commented 4 months ago

Looks like the custom build script for miden-stdlib is failing to run on the docs.rs pipeline due with an error stating that the filesystem is read-only: https://docs.rs/crate/miden-stdlib/0.8.0/builds/1140597 As a consequence, the client docs are also failing to build as well: https://docs.rs/crate/miden-client/0.1.0/builds/1159375

hackaugusto commented 2 months ago

related: https://github.com/0xPolygonMiden/miden-vm/issues/1208

bobbinth commented 2 months ago

Ah - seems like this is an exact duplicate of #1208. So, I'll close this one in favor of that one.