Commit 1cf67a0
committed
Add macOS as a first-tier platform including CI support
This commit adds macOS to the CI build matrix including all
needed infrastructure to support macOS builds in CI.
Changes:
- Add macOS to the CI matrix in ci.yml
- Install libftdi and libusb dependencies using Homebrew on macOS runner
- Relocate Linux dependency installation to separate step for clarity
- Build Humility from source on macOS in the absence of pre-built binaries
- Enable Humility manifest tests on macOS
- Enable clippy checking on macOS
- Fix clippy install by explicitly specifying active toolchain
- Update README documenting macOS as first-tier platform
- Add macOS prerequisites section including Homebrew setup instructions
Testing:
Verified on macOS 15.6.1 (Intel x86_64):
- Built demo-stm32f4-discovery and demo-stm32h7-nucleo
- Passing all tests (cargo test --verbose --workspace)
- Passing all format checks (cargo fmt --all --check)
- Clippy checks are passing with no warnings
This addresses the request in README.mkdn for help maintaining macOS
support and continuous builds.1 parent 837813b commit 1cf67a0
3 files changed
+59
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
81 | 93 | | |
82 | 94 | | |
83 | 95 | | |
| |||
106 | 118 | | |
107 | 119 | | |
108 | 120 | | |
109 | | - | |
| 121 | + | |
110 | 122 | | |
111 | | - | |
112 | | - | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
113 | 132 | | |
114 | 133 | | |
115 | | - | |
| 134 | + | |
116 | 135 | | |
117 | | - | |
118 | 136 | | |
119 | 137 | | |
120 | 138 | | |
| |||
124 | 142 | | |
125 | 143 | | |
126 | 144 | | |
127 | | - | |
| 145 | + | |
128 | 146 | | |
129 | 147 | | |
130 | 148 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
64 | 63 | | |
65 | 64 | | |
66 | 65 | | |
| |||
93 | 92 | | |
94 | 93 | | |
95 | 94 | | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
96 | 124 | | |
97 | 125 | | |
98 | 126 | | |
| |||
0 commit comments