| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | 15-May-2026 | - | ||||
| README.md | H A D | 15-May-2026 | 457 | 10 | 7 | |
| action.yml | H A D | 15-May-2026 | 234 | 11 | 9 | |
| main.js | H A D | 15-May-2026 | 1.7 KiB | 63 | 42 |
README.md
1# binary-compatible-builds 2 3A small (ish) action which is intended to be used and will configure builds of 4Rust projects to be "more binary compatible". On Windows and macOS this 5involves setting a few env vars, and on Linux this involves spinning up a CentOS 66 container which is running in the background. 7 8All subsequent build commands need to be wrapped in `$CENTOS` to optionally run 9on `$CENTOS` on Linux to ensure builds happen inside the container. 10