Commit d9f2ccc
committed
Debug + windows cbindgen install
Linux: print CC/HOSTCC/CFLAGS/MARCH/XC_HOST before make so next CI run reveals
why libwhich.o gets gcc invoked with x86_64 as a positional arg (failing with
'linker input file not found'). Local repro is missing so the only handle is
CI-side observability.
Windows: upstream dockcross/windows-shared-x64-posix has rustc+cargo but not
cbindgen — that comes from jgillis/dockcross 6a0fa8d, which is unpublished.
Install cbindgen ourselves to match the Linux variants.
Signed-off-by: Joris Gillis <joris@yacoda.com>1 parent 26f7240 commit d9f2ccc
2 files changed
Lines changed: 23 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
29 | 35 | | |
30 | 36 | | |
31 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
54 | 69 | | |
55 | 70 | | |
56 | 71 | | |
| |||
0 commit comments