Skip to content

Commit c1aa709

Browse files
committed
Merge branch 'zsa-integration-txv6' into zsa-integration-generics
2 parents 0b24a2b + 51eaeda commit c1aa709

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.cargo/config.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ rustflags = [
8585

8686
[build]
8787
rustdocflags = [
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

.github/workflows/ci-basic.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ jobs:
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

0 commit comments

Comments
 (0)