Commit c1ffee7
Add native aarch64-linux builds
Previously, we were cross building for aarch64-linux, but
now we're running into the following problem:
qemu: uncaught target signal 11 (Segmentation fault) - core dumped
iserv-proxy: {handle: <socket: 5>}: GHCi.Message.remoteCall: end of file
<no location info>: error: ghc-iserv terminated (1)
Now that we have an aarch64-linux runner, we'll just use that and we
don't have to deal with cross builds and TH.1 parent 70ec349 commit c1ffee7
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
176 | 177 | | |
177 | 178 | | |
178 | 179 | | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
| 180 | + | |
183 | 181 | | |
184 | 182 | | |
185 | 183 | | |
| |||
0 commit comments