This fixes the build with recent Clang versions that used to fail for a missing stdint header inclusion.
Details
Details
- Reviewers
bytesofman tobias_ruck - Group Reviewers
Restricted Project - Commits
- rABC986fea30b59a: [chronik] Bump the RocksDb crate version to 0.21.0
mkdir buildChronik && cd buildChronik cmake -GNinja .. -DBUILD_BITCOIN_CHRONIK=ON ninja all check-crates ./test/functional/test_runner.py chronik_*
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
for test plans involving ninja ...
Is it implied that I should also be building everything in a build folder, then running from there?
If I run ninja check-crates from build/ , I get ninja: error: unknown target 'check-crates'