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
|
3 months ago | |
---|---|---|
.. | ||
README.md | 5 years ago | |
action.yml | 9 months ago | |
main.js | 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.