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
@urschrei Followup, just in case you might know: I'm using cxx (not bindgen) where Rust code is generated with a proc-macro. I don't guess you've seen that incorporated into this pattern?
The docs.rs build is failing due to PDAL not being available in the documentation environment.
Advice has been requested from the
cxx
community to determine what the best path forward is.Notes
See also: https://docs.rs/about/builds
Building in docs.rs environment
git clone https://github.com/rust-lang/docs.rs.git
cd docs.rs
docker-compose.yaml
and add a volume mount to your package (figuratively):services.web.volumes[-1]: "/my/source/pdal:/opt/docsrs/pdal:ro"
docker-compose up -d db s3
docker-compose run web build crate --local /opt/docsrs/pdal
cargo run -- start-web-server
The text was updated successfully, but these errors were encountered: