Switch to solana-reed-solomon-erasure temporarily to fix windows build (#6211)
This commit is contained in:
@ -77,12 +77,7 @@ tokio-fs = "0.1"
|
||||
tokio-io = "0.1"
|
||||
untrusted = "0.7.0"
|
||||
solana-rayon-threadlimit = { path = "../rayon-threadlimit", version = "0.20.0" }
|
||||
|
||||
# reed-solomon-erasure's simd-accel feature fails to build for x86_64-pc-windows-msvc
|
||||
[target."cfg(windows)".dependencies]
|
||||
reed-solomon-erasure = "4.0"
|
||||
[target."cfg(not(windows))".dependencies]
|
||||
reed-solomon-erasure = { version = "4.0", features = ["simd-accel"] }
|
||||
reed-solomon-erasure = { package = "solana-reed-solomon-erasure", version = "4.0.1-3", features = ["simd-accel"] }
|
||||
|
||||
[dependencies.rocksdb]
|
||||
# Avoid the vendored bzip2 within rocksdb-sys that can cause linker conflicts
|
||||
|
Reference in New Issue
Block a user