dogecoin / dogecoin

very currency
MIT License
14.4k stars 2.8k forks source link

ci: run experimental CIs with c++14 #3492

Closed patricklodder closed 1 month ago

patricklodder commented 1 month ago

This changes all experimental CI jobs (aarch and x86_64 linux, and x86_64 windows) to compile using the c++14 standard instead of c++11. This helps preventing future pull requests breaking that standard.

We can switch this to c++17 when that is ready - I consider this as an intermediate step to that.

chromatic commented 1 month ago

ACK. All tests pass in CI and all tests pass locally on x86-64 Linux (of course they would, but I tested anyway). This will be nice to have.