Veil-Project / veil

Veil-Project
MIT License
117 stars 91 forks source link

Update build server to compile using C++17 and mac os 10.14 #960

Closed eugene-so closed 3 years ago

eugene-so commented 3 years ago

Problem Upgrade the macOS build server to 10.14 and set the --enable-c++17 compiler flag. This PR follows #929 and is currently a placeholder until that one is merged.

Root Cause Build currently fails for macOS 10.14+ due to no longer supported packages such as QT5 15.15-

Solution Port changes from bitcoin repo related to macOS 10.14 and clang 6.x

Bounty PR

ZZZ

Bounty Payment Address sv1qqp6aptgvgp9t9h8sgzkqmu6cgq2e20l9x6fsl5ask7t3ygy2jagftcpq0x5z0h522ca5h06qq3hx33pke00r7gjt3j24n896gf55y68ptrmjqqqqd8lz3

Unit Testing Results Successful build on macOS 10.14 and perform regression tests

CaveSpectre11 commented 3 years ago

OBE #961