Commit 8a2fef2
Claude
Fix Linux aarch64 build failure in run-on-arch-action
The aarch64 build was failing with "cannot compute suffix of object
files: cannot compile" error. This was due to improper package
installation within the emulated environment.
Changes:
- Use separate 'install' parameter for package installation
- Add 'githubToken' to avoid Docker rate limits
- Add 'file' package needed for verification step
- Simplify debug output (gcc --version instead of gcc -v)
The 'install' parameter ensures packages are properly installed before
the build script runs in the emulated aarch64 environment.1 parent 49ced88 commit 8a2fef2
1 file changed
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
69 | 73 | | |
70 | | - | |
71 | | - | |
72 | 74 | | |
73 | | - | |
74 | | - | |
75 | | - | |
| 75 | + | |
| 76 | + | |
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
| |||
0 commit comments