Commit 295fd1b
[ML] Fix macOS debug build failures and aarch64 timing regression
The debug build pipeline has been failing on macOS since Feb 10 because
the artifact_paths glob `*/**/unittest/ml_test_*` matched the test
executables themselves — debug binaries are enormous and exceeded
Buildkite's 10 GiB artifact limit. Remove the overly broad glob.
Disable unity builds on macOS (only 4 Orka cores — unity is
counterproductive) and revert test parallelism to -j 2 for <=4-core
machines to avoid starving timing-sensitive tests.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 2b94c7c commit 295fd1b
File tree
3 files changed
+7
-8
lines changed- .buildkite/pipelines
- dev-tools/docker
3 files changed
+7
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
134 | 133 | | |
135 | 134 | | |
136 | 135 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
0 commit comments