This repository was archived by the owner on Mar 4, 2025. It is now read-only.
Commit 9b6db88
committed
Update build script with latest support GOOS+GOARCH combinations
GOOS+GOARCH combinations are from:
go tool dist list
With the manual removal of linux-riscv64, as that doesn't compile
Dio properly yet:
# golang.org/x/sys/unix
../vendor/golang.org/x/sys/unix/syscall_linux_gc.go:10:6: missing function body
../vendor/golang.org/x/sys/unix/syscall_linux_gc.go:14:6: missing function body
../vendor/golang.org/x/sys/unix/syscall_unix_gc.go:12:6: missing function body
../vendor/golang.org/x/sys/unix/syscall_unix_gc.go:13:6: missing function body
../vendor/golang.org/x/sys/unix/syscall_unix_gc.go:14:6: missing function body
../vendor/golang.org/x/sys/unix/syscall_unix_gc.go:15:6: missing function body1 parent 17f9564 commit 9b6db88
2 files changed
+33
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
8 | 15 | | |
9 | | - | |
| 16 | + | |
10 | 17 | | |
11 | 18 | | |
12 | | - | |
13 | | - | |
14 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
15 | 22 | | |
16 | | - | |
| 23 | + | |
17 | 24 | | |
18 | 25 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
24 | 31 | | |
25 | 32 | | |
26 | 33 | | |
27 | | - | |
28 | | - | |
| 34 | + | |
| 35 | + | |
29 | 36 | | |
30 | 37 | | |
31 | 38 | | |
32 | 39 | | |
33 | | - | |
| 40 | + | |
34 | 41 | | |
35 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
0 commit comments