Skip to content

Commit 944df50

Browse files
committed
Remove RUSTFLAGS and RUSTDOCFLAGS from CI config as they override .cargo/config.toml settings
1 parent de8dab5 commit 944df50

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.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)