Add C++17 version for Mac. (#635)

This commit is contained in:
Matthew Parkinson
2023-09-18 09:37:56 +01:00
committed by GitHub
parent 6b8f3338c7
commit 2a7670eb82
2 changed files with 6 additions and 2 deletions

View File

@@ -44,6 +44,10 @@ jobs:
dependencies: "rm -f /usr/local/bin/2to3 ; brew update && brew install ninja"
- os: "macos-12"
dependencies: "rm -f /usr/local/bin/2to3 ; brew update && brew install ninja"
- os: "macos-12"
variant: "C++17"
dependencies: "rm -f /usr/local/bin/2to3 ; brew update && brew install ninja"
cmake-flags: "-DSNMALLOC_USE_CXX17=ON"
# Add the self-host build, using the bounds-checked memcpy in
# maximally paranoid mode (checking loads and stores)
- os: "ubuntu-latest"