Commit 3ccb657
committed
fix(ci): install aarch64 cross compiler for Miri job
criterion 0.8.2 pulls in the `alloca` dev-dependency, whose build script
cross-compiles C. The aarch64 Miri step (`cargo miri test --target
aarch64-unknown-linux-gnu`) failed because the runner has no
`aarch64-linux-gnu-gcc`. Install gcc-aarch64-linux-gnu so cc-rs can find
it.1 parent ff4dbb4 commit 3ccb657
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
112 | 120 | | |
113 | 121 | | |
114 | 122 | | |
| |||
0 commit comments