Files
wasmtime/.github/actions/binary-compatible-builds
Luiz Irber 5cdae1d394 use setuptools_scm for python version management (#627)
* use setuptools_scm for python version management

* add git dep for python wheel building

* if no tag is defined, default to dev

* any untagged version default to 0.0.1
2019-11-26 08:56:51 -06:00
..

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.