Commit eda20c0
committed
ci: install gcc + libc6-dev in Test job for -race/CGO
The self-hosted ARC runner image ships without a C toolchain (gcc/cc missing),
so 'go test -race' (needs CGO) failed to build -> exit 2. Install gcc + libc6-dev
before the race test, matching the wa-omnistream CI pattern.1 parent 28e3c84 commit eda20c0
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
| 69 | + | |
68 | 70 | | |
69 | 71 | | |
70 | 72 | | |
| |||
0 commit comments