i have bitcoin repo from tag v28.0, everytime i run cmake --build build -j$(sysctl -n hw.ncpu), i keep getting the following error
bitcoin/src/uint256.h:133:19: error: call to consteval function 'util::ConstevalHexDigit' is not a constant expression
am trying to setup bitcoin as part of assessment for chaincode lab BOSS program.










