Commit 952beb9
authored
[bazel] Fix CI on MacOS (#583)
- Adds platform specific build flag --macos_minimum_os=10.15 to target recent Apple C++ SDK versions only, which support the std::filesystem API. I added the flag to .bazelrc and removed the unused .github/workflows/ci.bazelrc file.
- Also enabled test_output=errors in bazel CI to provide better error messages for failed test cases.
Signed-off-by: Shameek Ganguly <shameek@intrinsic.ai>1 parent 92d64dc commit 952beb9
3 files changed
+5
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
This file was deleted.
0 commit comments