maturin: use sparse index-protocol with cargo

This commit is contained in:
Andrew J. Hesford 2023-05-18 06:41:16 -04:00
parent 2235c3737a
commit cdc21b4b31

View File

@ -16,6 +16,8 @@ checksum=605cfe879c68295eedcf0e874676c469dab34f293d58c496ad9c99e64da9cc0e
# Tests use unstable features and fail to build
make_check=no
export CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
if [ "$CROSS_BUILD" ]; then
makedepends+=" rust-std"
fi