Commit 96c5957
Add aarch32 cross-compilation workflow
We don't really test on 32 bit systems. As a result we could experience
unintentional breakages on certain targets. Add a CI workflow that build
everything on aarch32. Ideally we'd do the same for x86
(i386/i686/whatever), but I haven't been able to set that up in
reasonable effort.
aarch32 actually seems to expose more mismatches than x86 and is a true
superset [0] [1]
[0]: https://github.com/danielocfb/libbpf-rs/actions/runs/5469860425/jobs/9959276295
[1]: #500
Signed-off-by: Daniel Müller <[email protected]>1 parent 90a7000 commit 96c5957
1 file changed
+30
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
137 | 167 | | |
138 | 168 | | |
139 | 169 | | |
| |||
0 commit comments