Commit aa33fcc
getdeps: emit DEVELOPER_DIR for macOS CI builds; regenerate rebalancer workflow
Summary:
Effectively bumps XCode to 16.2 - which has better support for modern C++.
macOS GitHub Actions runners with multiple Xcode versions installed need DEVELOPER_DIR set to select the correct toolchain. Without it, CMake may find the wrong compiler or SDK and the build can fail. Add DEVELOPER_DIR: /Applications/Xcode_16.2.app/Contents/Developer to the env block emitted for darwin builds in the getdeps.py generate-github-actions command, and regenerate the rebalancer oss_root/.github/workflows/getdeps_mac.yml to match.
Reviewed By: xiatingouyang
Differential Revision: D102531661
fbshipit-source-id: 62ac61a44989414e59df5d7a50a166548c3542871 parent b48f79b commit aa33fcc
1 file changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1179 | 1179 | | |
1180 | 1180 | | |
1181 | 1181 | | |
| 1182 | + | |
| 1183 | + | |
| 1184 | + | |
| 1185 | + | |
| 1186 | + | |
1182 | 1187 | | |
| 1188 | + | |
| 1189 | + | |
1183 | 1190 | | |
1184 | | - | |
| 1191 | + | |
| 1192 | + | |
1185 | 1193 | | |
1186 | 1194 | | |
1187 | 1195 | | |
| |||
0 commit comments