File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,9 @@ rustflags = [
8585
8686[build ]
8787rustdocflags = [
88+ # FIXME: Consider removing this line later (it's needed for the ZSA version of librustzcash crates)
89+ " --cfg" , " zcash_unstable=\" nu6\" " ,
90+
8891 # The -A and -W settings must be the same as the `RUSTDOCFLAGS` in:
8992 # https://github.com/ZcashFoundation/zebra/blob/main/.github/workflows/docs-deploy-firebase.yml#L68
9093
Original file line number Diff line number Diff line change 1616 ROCKSDB_LIB_DIR : /usr/lib
1717 # Use system-installed Snappy library for compression in RocksDB
1818 SNAPPY_LIB_DIR : /usr/lib/x86_64-linux-gnu
19- # Enable the `nu6` feature in `zcash_protocol`
20- RUSTFLAGS : ' --cfg zcash_unstable="nu6"'
21- RUSTDOCFLAGS : ' --cfg zcash_unstable="nu6"'
2219
2320 steps :
2421 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments