[ds_core] simplify MessageBuilder construction (#713)

* [ds_core] simplify MessageBuilder construction

* remove special handling of zero case

* select latest xcode
This commit is contained in:
Schrodinger ZHU Yifan
2024-12-18 10:18:04 -05:00
committed by GitHub
parent 6952683692
commit 141cdd9361
2 changed files with 33 additions and 53 deletions

View File

@@ -130,7 +130,10 @@ jobs:
# 2to3 exists. As a quick hack, delete it first. This should be
# removed once the homebrew install is fixed.
run: "rm -f /usr/local/bin/2to3 ; brew update && brew install ninja"
- name: Pick the latest XCode in runner
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{matrix.build-type}} -G Ninja ${{ matrix.cmake-flags }} ${{ matrix.extra-cmake-flags }}
# Build with a nice ninja status line