Commit cbe3793
committed
Use the ARM runner for some 32-bit tests
This turns the `test-32bit` job into a matrix job definition with
two jobs: the i386 job, which already existed, and a new ARMv7 job,
which is able to run (still without emulation) in a container on
the new ARM64 runner.
As written, this is not expected to work, and is even expected to
break the old job, because I've commented out the code that
installs libraries for the 64-bit host architecture inside the
container to allow the 64-bit Node.js on the host to run in the
container for script steps. This is just to make sure that is still
needed, before attempting to generalize it to cover both platforms.1 parent 87387c2 commit cbe3793
1 file changed
+21
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
203 | 215 | | |
204 | | - | |
| 216 | + | |
205 | 217 | | |
206 | 218 | | |
207 | 219 | | |
| |||
214 | 226 | | |
215 | 227 | | |
216 | 228 | | |
217 | | - | |
| 229 | + | |
218 | 230 | | |
219 | 231 | | |
220 | | - | |
| 232 | + | |
221 | 233 | | |
222 | 234 | | |
223 | 235 | | |
224 | 236 | | |
225 | 237 | | |
226 | 238 | | |
227 | | - | |
| 239 | + | |
| 240 | + | |
228 | 241 | | |
229 | 242 | | |
230 | 243 | | |
| |||
260 | 273 | | |
261 | 274 | | |
262 | 275 | | |
263 | | - | |
264 | | - | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
265 | 279 | | |
266 | 280 | | |
267 | 281 | | |
| |||
0 commit comments