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.
 
 
 
Luiz Irber 5cdae1d394 use setuptools_scm for python version management (#627) 5 years ago
..
README.md Migrate from Azure Pipelines to Github Actions (#474) 5 years ago
action.yml Migrate from Azure Pipelines to Github Actions (#474) 5 years ago
main.js use setuptools_scm for python version management (#627) 5 years 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.