Commit 09c75b3
committed
Fix stale macOS comment in the test pipeline
The build_native.yaml step comment claimed "macOS uses the committed
.dylib and is skipped inside the template." Both halves are now false:
this branch dropped all committed dylibs and added a macOS build step to
build_native.yaml (an active Darwin-conditioned step), so the dylib is
compiled fresh on the mac-aarch64 agent like the .so/.dll. The stale
comment could mislead a maintainer into skipping macOS in the template,
which would hard-break the mac leg since no committed dylib remains.
Reword to state that every platform's binary is built on its own native
agent and none are committed.1 parent e34fc1c commit 09c75b3
1 file changed
Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
85 | 87 | | |
86 | 88 | | |
87 | 89 | | |
| |||
0 commit comments