Files
wasmtime/.github/actions/binary-compatible-builds
Chris Fallin 04e3730ba6 Update to a CentOS 7 docker container for binary compatible builds.
CentOS 6 just went EOL at the end of November 2020; as of today, the
repository seems to have disappeared, so our CI builds are failing. This
PR updates us to CentOS 7, which should be usable until June 30, 2024.
2020-12-02 09:58:12 -08: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.