Skip to content

Commit 64d9994

Browse files
committed
Uncomment RUSTFLAGS/RUSTDOCFLAGS variable settings in ci-basic.yml as it turned out they are still required despite the adding zcash_unstable to .cargo/config.toml
1 parent 22b7db5 commit 64d9994

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci-basic.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ 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-
# FIXME: remove the following commented lines
2019
# Enable the `nu6` feature in `zcash_protocol`
21-
#RUSTFLAGS: '--cfg zcash_unstable="nu6"'
22-
#RUSTDOCFLAGS: '--cfg zcash_unstable="nu6"'
20+
RUSTFLAGS: '--cfg zcash_unstable="nu6"'
21+
RUSTDOCFLAGS: '--cfg zcash_unstable="nu6"'
2322

2423
steps:
2524
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)