rustler-precompiled-action

Build lib files for the RustlerPrecompiled project.

Stars
11
Committers
1
rustler-precompiled-action - v1.1.4 Latest Release

Published by philss 6 months ago

What's Changed

Full Changelog: https://github.com/philss/rustler-precompiled-action/compare/v1.1.3...v1.1.4

rustler-precompiled-action - v1.1.3

Published by philss about 1 year ago

What changed

This version is a revert of the previous one, that introduced a bug.

Full Changelog: https://github.com/philss/rustler-precompiled-action/compare/v1.1.2...v1.1.3

rustler-precompiled-action - v1.1.2

Published by philss about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/philss/rustler-precompiled-action/compare/v1.1.1...v1.1.2

rustler-precompiled-action - v1.1.1

Published by philss about 1 year ago

rustler-precompiled-action - v1.1.0

Published by philss about 1 year ago

Added

  • Add support for the :variant option. This is a way to build alternative versions
    for the same target. The idea is to build for different dependencies, or with different
    features.

    This feature is compatible with RustlerPrecompiled since version 0.7.
    See: https://github.com/philss/rustler_precompiled/releases/tag/v0.7.0

  • Add the :cargo-args option. It enables the users to pass arbitrary flags
    to the cargo build command (this may be cross build sometimes).

  • Support the RUSTFLAGS environment variable. It pass down options to the
    Rust compiler.

    Normally this env var is not needed, since it's possible to configure the
    same flags by configuring the .cargo/config.toml file in your project.

    Be aware that you need to set this env var before using this GitHub Action.
    It is also required to configure the Cross.toml file to read this env var.
    See the guide
    for details

  • Add two env vars to make easier to debug:

    • RUSTLER_PRECOMPILED_DEBUG_MODE: sets the compilation profile to "debug" instead
      of the default "release".
    • DRY_RUN: avoid to run the build command, and instead print what would be executed.

Pull requests

Full Changelog: https://github.com/philss/rustler-precompiled-action/compare/v1.0.1...v1.1.0

rustler-precompiled-action - v1.0.1

Published by philss over 1 year ago

rustler-precompiled-action - v1.0.0

Published by philss almost 2 years ago

The first release. Please check the README.md file for details on how to use it.

Full Changelog: https://github.com/philss/rustler-precompiled-action/commits/v1.0.0