You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Alex Crichton dd3aac60a7
Clean up dist build configuration (#9113)
3 months ago
..
README.md Migrate from Azure Pipelines to Github Actions (#474) 5 years ago
action.yml Update our github action to Node 20 (#7850) 9 months ago
main.js Clean up dist build configuration (#9113) 3 months ago

README.md

binary-compatible-builds

A small (ish) action which is intended to be used and will configure builds of Rust projects to be "more binary compatible". On Windows and macOS this involves setting a few env vars, and on Linux this involves spinning up a CentOS 6 container which is running in the background.

All subsequent build commands need to be wrapped in $CENTOS to optionally run on $CENTOS on Linux to ensure builds happen inside the container.